Services BuildSupportFiles 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 does not have the ability to re-create them.

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 BuildSupportFiles(
	Template template,
	HDSupportFilesBuildFlags flags
)

Implements

IServices BuildSupportFiles(Template, HDSupportFilesBuildFlags)
See Also