Archive.1 |
Scroll |
Archive the current TheDocument.
Namespace: Therefore.API
Visual Basic Public Overridable Function Archive ( _ pServer As TheServer, _ nOldVersion As Integer _ ) As Integer C# public virtual int Archive ( TheServer pServer, int nOldVersion )
Parameters pServer A valid and connected TheServer object.
nOldVersion The document number of the previous version of the document or 0 if this is a new document.
Return Value The document number of the new document. |
|