Click or drag to resize
DocumentsController Class

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

Primary controller responsible for the manipulation of document instances.
Inheritance Hierarchy
SystemObject
  ApiController
    AbstractBiomeController
      WebServiceKit.ControllersDocumentsController

Namespace: WebServiceKit.Controllers
Assembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DocumentsController : AbstractBiomeController

The DocumentsController type exposes the following members.

Constructors
  NameDescription
Public methodDocumentsController
Initializes a new instance of the DocumentsController class
Top
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
Remarks
Route: api/dcouments/*
See Also