SetCategory.1 |
Scroll |
Looks up the specified category name on the server and sets the category number accordingly.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetCategory ( _ strCategoryName As String, _ pServer As TheServer _ ) C# public virtual void SetCategory ( string strCategoryName, TheServer pServer )
Parameters strCategoryName Name of the category to set for the index data.
pServer A valid and connected TheServer object.
Return Value None. |
|