Application.BuildSupportFiles Method
This method is a replacement for the deprecated UtilityTools.BuildServerFiles.
Syntax
public void BuildSupportFiles(string templatePath, string templateKey, HotDocs.Server.Interop.HDServerBuildFlags 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. |