Click or drag to resize
DocumentsController Methods

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

The DocumentsController type exposes the following members.

Methods
  NameDescription
Public methodDeactivate
Deactivates a document instance by guid in the database.
Public methodGet
Retrieves a document instance by guid from the database.
Public methodGetByType
Retrieves all docuements of a given type in a paged format.
Public methodCode exampleInsert
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.
Public methodUpdate
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.
Top
See Also