CheckIn |
Scroll |
Checks in the updated document.
Namespace: Therefore.API
Visual Basic Public Overridable Function CheckIn ( _ pServer As TheServer, _ strCheckInComment As String _ ) As Integer C# public virtual int CheckIn ( TheServer pServer, string strCheckInComment )
Parameters pServer A valid and connected TheServer object.
strCheckInComment The Check-in comment.
Return Value The document number of the new document. |
Exceptions |
|