Services RemoveSupportFiles Method
This method does nothing in the case of HotDocs Cloud Services because the template package already contains all of the interview runtime ("support") files required to display an interview for the template. These files are built by HotDocs Developer at the time the package is created, and Cloud Services simply uses the files from the package rather than building and caching them separately.

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

public void RemoveSupportFiles(
	Template template
)

Parameters

template
Type: HotDocs.Sdk Template
The template for which support files will be removed.

Implements

IServices RemoveSupportFiles(Template)
See Also