Services BuildSupportFiles Method
BuildSupportFiles generates (or regenerates) the supporting javascript files and Silverlight DLLs for the supplied template

Namespace: HotDocs.Sdk.Server.WebService
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
)

Parameters

template
Type: HotDocs.Sdk Template
An instance of the Template class, for which the supporting javascript files and Silverlight DLLs will be generated
flags
Type: HotDocs.Sdk.Server.Contracts HDSupportFilesBuildFlags
A set of flags to control whether javascript or SilverLight files will be generated, as well as whether to build files for templates included with an assemble instruction.

Implements

IServices BuildSupportFiles(Template, HDSupportFilesBuildFlags)
See Also