DocumentsController Class |
[This is preliminary documentation and is subject to change.]
Namespace: WebServiceKit.Controllers
The DocumentsController type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentsController | Initializes a new instance of the DocumentsController class |
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.
|