IsLinkTo |
Scroll |
Checks whether the opened document is a link document. A link document does not contain any document data. It only contains the document number, which is a link to a document in the archive.
Namespace: Therefore.API
Visual Basic Public Overridable Function IsLinkTo As Integer C# public virtual int IsLinkTo ()
Parameters None.
Return Value 0, if the document is no link document (normal document); the document number, if the document is a link document. |