Retrieve.3 |
Scroll |
Retrieves the document from the server, opens it in read-only or edit mode and verifies the signature.
Namespace: Therefore.API
Visual Basic Public Overridable Function Retrieve ( _ nDocNo As Integer, _ nVersionNo As Integer, _ strInbox As String, _ pServer As TheServer, _ bReadOnly As Boolean, _ bVerifySignature As Boolean _ ) As String C# public virtual string Retrieve ( int nDocNo, int nVersionNo, string strInbox, TheServer pServer, bool bReadOnly, bool bVerifySignature )
Parameters nDocNo The document number.
nVersionNo The version number. Pass 0 to get the latest version.
strInbox The destination directory.
pServer A valid and connected TheServer Object.
bReadOnly
bVerifySignature
Return Value Path and filename of the retrieved document. |
|