CheckOut |
Scroll |
Checks out the document or tests if a check out is possible.
Namespace: Therefore.API
Visual Basic Public Overridable Function CheckOut ( _ pServer As TheServer, _ nTestOnly As Integer, _ pstrUser As String, _ pnVersionNo As Integer _ ) As Integer C# public virtual int CheckOut ( TheServer pServer, int nTestOnly, out string pstrUser, out int pnVersionNo )
Parameters pServer A valid and connected TheServer object.
nTestOnly
[out] pstrUser If the document is checked out by another user: CheckOut fails and this parameter is set to the name of that user.
pnVersionNo Returns the current version number for the document.
Return Value
|
Exceptions |
|