This web service builds the manifest and other server files for a template.
Namespace: HotDocs.Sdk.Server.ContractsAssembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- templateID
- Type:
System String
The file name (not including the path) of the template to assemble.
- templateKey
- Type:
System String
Version-specific identifier for the parent template, for templates not at a fixed location.
- buildFlags
- Type: HotDocs.Sdk.Server.Contracts HDSupportFilesBuildFlags
Specifies which files (besides the manifest) to build. See HDSupportFilesBuildFlags for details.
- templateState
- Type:
System String
This parameter is either null if the template is located in the web service's default template directory (as specified in web.config), or it is an encrypted value encapsulating the location of the template.
Remarks
See Also