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