RetrieveDocument |
Scroll |
Creates a new TheDocument instance and uses the value in the DocNo property to retrieve it from the specified TheServer.
Namespace: Therefore.API
Visual Basic Public Overridable Function RetrieveDocument ( _ pServer As TheServer _ ) As TheDocument C# public virtual TheDocument RetrieveDocument ( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value Thereforeā¢ document retrieved from the server based on the DocNo in the result row. |
|