[This is preliminary documentation and is subject to change.]

Returns the udf query string

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected string udfQueryString(
	int id,
	string searchStr
)
Visual Basic (Declaration)
Protected Function udfQueryString ( _
	id As Integer, _
	searchStr As String _
) As String
Visual C++
protected:
String^ udfQueryString(
	int id, 
	String^ searchStr
)

Parameters

id
Type: System..::.Int32
searchStr
Type: System..::.String

Return Value

See Also