Retrieve.5 |
Scroll |
Retrieves the document from the server, opens it in read-only mode or edit mode, verifies the signature and embeds the content files or not.
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, _ bEmbedContentFiles As Boolean _ ) As String C# public virtual string Retrieve ( int nDocNo, int nVersionNo, string strInbox, TheServer pServer, bool bReadOnly, bool bVerifySignature, bool bEmbedContentFiles )
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
bEmbedContentFiles
Return Value Path and filename of the retrieved document. |
|