ConvertDocNo2StgFileID |
Scroll |
Converts a Thereforeā¢ Document and Version Number to an ADOS Document Number (now called Storage File ID).
Namespace: Therefore.API
Visual Basic Public Overridable Function ConvertDocNo2StgFileID ( _ nDocNo As Integer, _ nVersionNo As Integer, _ ) As Integer C# public virtual long ConvertDocNo2StgFileID ( int nDocNo, int nVersionNo, )
Parameters nDocNo/nVersionNo The Thereforeā¢ Document and Version Number to be converted to an ADOS Document Number.
Return Value The ADOS Document Number (now called Storage File ID). |
|