IHDSvc RemoveSupportFiles Method
This web service removes the manifest and other server files for a template.

Namespace: HotDocs.Sdk.Server.Contracts
Assembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

void RemoveSupportFiles(
	string templateID,
	string templateKey,
	string templateState
)

Parameters

templateID
Type: OnlineSystem String
The file name (not including the path) of the template to assemble.
templateKey
Type: OnlineSystem String
Version-specific identifier for the parent template, for templates not at a fixed location.
templateState
Type: OnlineSystem 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.
See Also