[This is preliminary documentation and is subject to change.]

The IDocument type exposes the following members.

Methods

  NameDescription
CreateNewDocument
Enables a user to raise a new Document record.
GetDocument
Enables a user to view an existing Document record.
GetDocumentIDs
Enables a user to search for Document records. This method is an alternative to GetDocuments(). Where GetDocuments() returns full descriptions of found records, GetDocumentIDs() returns only the Document record numbers. You can then retrieve the full details using GetDocument()
GetDocuments
Enables a user to search for Document records. This method is an alternative to GetDocumentIDs(). Where GetDocumentIDs() returns only the Document record Numbers, GetDocuments() returns full descriptions of found records.

See Also