| DocumentsController Methods |
[This is preliminary documentation and is subject to change.]
The DocumentsController type exposes the following members.
| Name | Description | |
|---|---|---|
| Deactivate |
Deactivates a document instance by guid in the database.
| |
| Get |
Retrieves a document instance by guid from the database.
| |
| GetByType |
Retrieves all docuements of a given type in a paged format.
| |
| Insert |
Adds a new document instance to the database. All required fields in the document should be filled out.
Don't forget the document type guid.
| |
| Update |
Updates an existing document instance to the database. All required fields in the document should be filled out.
Don't forget the document instance guid.
|