Load.1 |
Scroll |
Loads index data for the current DocNo and Category from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ pServer As TheServer _ ) C# public virtual void Load ( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value None. |
|
Requirements Make sure that the DocNo property is set to a valid document number before calling the Load method.
Usage You do not have to call the Load method for a retrieved TheDocument as all index data is already loaded. You can use when building a new TheIndexData object or to check for index data changes that may have occurred outside your client application. |