HDSupportFilesBuildFlags Enumeration

This enumeration lists options that can be specified when calling BuildSupportFiles to publish templates dynamically on the server. Note that these enumeration values are bit flags (suitable for combination using logical OR). The possible values are:

Build Flags

Name Value Description
BuildJavaScriptFiles 1 Request that JavaScript interview definitions be built & cached (if not already present) for the requested template (and any other templates to which it refers using the INSERT instruction).
BuildSilverlightFiles 2 Request that Silverlight interview definitions be built & cached (if not already present) for the requested template (and any other templates to which it refers using the INSERT instruction).
ForceRebuildAll 4 Force rebuilding of the requested interview definition files (even if they already exist) for the requested template (and any other templates to which it refers using the INSERT instruction). This flag will cause new template manifests to be written (or rewritten) in the template directory.
IncludeAssembleTemplates 8 Request that interview definitions also be built for dependent templates referenced by ASSEMBLE instructions (in addition to those referenced by INSERT instructions)