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