ArchiveAndReload |
Scroll |
Archive the current TheDocument with comments and immediately reloads it.
Namespace: Therefore.API
Visual Basic Public Overridable Function ArchiveAndReload ( _ pServer As TheServer, _ nOldVersion As Integer, _ strCheckInComment As String, _ bAllowUI As Boolean _ ) As Integer C# public virtual int ArchiveAndReload ( TheServer pServer, int nOldVersion, string strCheckInComment, bool bAllowUI )
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.
strCheckInComment The Check-in comment.
bAllowUI Set if user interface is allowed.
Return Value The document number of the new document. |
|