GetRetentionInfo.1 |
Scroll |
Returns information about the retention date of a document.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetRetentionInfo ( _ nDocNo As Integer, _ pServer As ITheServer _ C# public virtual TheDocumentRetentionInfo GetRetentionInfo ( int nDocNo, ITheServer pServer )
Parameters nDocNo The DocNo of the document.
pServer Valid and connected TheServer object.
Return Value A TheDocumentRetentionInfo object containing information about the retention date of a document. |