Click or drag to resize
DocumentTemplateController Class

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

Primary controller responsible for the generation of document instance templates.
Inheritance Hierarchy
SystemObject
  ApiController
    AbstractBiomeController
      WebServiceKit.ControllersDocumentTemplateController

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

The DocumentTemplateController type exposes the following members.

Constructors
  NameDescription
Public methodDocumentTemplateController
Initializes a new instance of the DocumentTemplateController class
Top
Methods
  NameDescription
Public methodCode exampleGet
Returns a new blank document instance of a given type. This is provided as a helper service to make the generation of new documents easier.
Top
Remarks
Route: api/documenttemplate/*
See Also