Load.2 |
Scroll |
Loads index data for the specified document and category from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ nDocNo As Integer, _ nCategoryNo As Integer, _ pServer As TheServer _ ) C# public virtual void Load ( int nDocNo, int nCategoryNo, TheServer pServer )
Parameters nDocNo Number of the Thereforeā¢ document for which to load index data.
nCategoryNo Number of the Thereforeā¢ category containing the document. Can be 0.
pServer A valid and connected TheServer object.
Return Value None. |
|