[This is preliminary documentation and is subject to change.]
The IDocument type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateNewDocument |
Enables a user to raise a new Document record.
| |
| GetDocument |
Enables a user to view an existing Document record by supplying its document ID.
| |
| GetDocumentByNumber |
Enables a user to view an existing Document record by supplying its document number.
| |
| GetDocumentByRevisionID |
Enables a user to view an existing Document record by supplying its document number and revision.
| |
| GetDocumentByRevisionReference |
Enables a user to view an existing Document record by supplying its document number and revision.
| |
| 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.
|