GetLatestVersionNo |
Scroll |
Gets the version number of the specified Therefore⢠document.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetLatestVersionNo ( _ nDocNo As Integer _ ) As Integer C# public virtual int GetLatestVersionNo ( int nDocNo )
Parameters nDocNo The document number of the document for which the current version number should be retrieved.
Return Value The version number of the most current version of the Therefore⢠document. |
Throws an exception if the specified server is null, invalid, or not connected. |
|
Requires Connection You must be connected to the Therefore⢠Server when calling this method. |