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

Returns the fixed field query string which corresponds to a particular search string

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

Syntax

C#
protected string fixedFieldQueryString(
	TrackerFieldsNameId tid,
	string searchStr
)
Visual Basic (Declaration)
Protected Function fixedFieldQueryString ( _
	tid As TrackerFieldsNameId, _
	searchStr As String _
) As String
Visual C++
protected:
String^ fixedFieldQueryString(
	TrackerFieldsNameId tid, 
	String^ searchStr
)

Parameters

tid
Type: OfficeClip.Utils..::.TrackerFieldsNameId
searchStr
Type: System..::.String

Return Value

See Also