[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.TrackerAssembly: 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
- searchStr
- Type: System..::.String