Archive.3 |
Scroll |
Archive the current TheDocument with comments, using auto-append.
Namespace: Therefore.API
Visual Basic Public Overridable Function Archive ( _ pServer As TheServer, _ nReplaceDocNo As Integer, _ strCheckInComment As String, _ bAllowUI As Boolean _ ) As Integer C# public virtual int Archive ( TheServer pServer, int nReplaceDocNo, string strCheckInComment, bool bAllowUI )
Parameters pServer A valid and connected TheServer object.
nReplaceDocNo The document number of the previous version of the document or 0 if this is a new document.
strCheckInComment The Check-in comment.
bAllowUI Set if user interface is allowed.
Return Value The document number of the new document. |
|