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

The IDocument type exposes the following members.

Methods

  NameDescription
Public methodCreateNewDocument
Enables a user to raise a new Document record.
Public methodGetDocument
Enables a user to view an existing Document record by supplying its document ID.
Public methodGetDocumentByNumber
Enables a user to view an existing Document record by supplying its document number.
Public methodGetDocumentByRevisionID
Enables a user to view an existing Document record by supplying its document number and revision.
Public methodGetDocumentByRevisionReference
Enables a user to view an existing Document record by supplying its document number and revision.
Public methodGetDocumentIDs
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()
Public methodGetDocuments
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