Application.BuildSupportFiles Method

Build the HotDocs interview files (.JS and .HVC) needed for a template's interview.

Syntax

void BuildSupportFiles(string TemplatePath, string templateKey, HDSupportFilesBuildFlags serverBuildFlags)

Parameters Description
templatePath The file name of the template for which you want to create the HotDocs Server interview files.
templateKey The cache key for this template. This key uniquely identifies the template and is provided by the calling application. This key is only important when templatePath may vary between calls pertaining to the same template. For example, if the template is stored in a document management system (DMS), the template file name may change every time the file is requested from the DMS. This parameter may be null.
serverBuildFlags The server build flags. See HDSupportFilesBuildFlags for a list of flags that may be included.