RetrieveDocument |
Scroll |
Retrieves and returns the TheDocument for the current DocNo and Category.
Namespace: Therefore.API
Visual Basic Public Overridable Function RetrieveDocument ( _ pServer As TheServer _ ) C# public virtual void RetrieveDocument ( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value The TheDocument for the current DocNo and Category. |
|