ManifestParseFlags Enumeration
These flags enumerate which portions of a template manifest (or manifests) can be parsed (when calling ParseManifest).

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[FlagsAttribute]
public enum ManifestParseFlags
Members

  Member nameValueDescription
ParseTemplateInfo1 Find the basic metadata about a template: its version, title, description, effective component file, expiration date, etc.
ParseVariables2 Find the variables that are used by the template or its interview.
ParseDependencies4 Find the dependencies this template has on other templates, component files, images, etc.
ParseAdditionalFiles8 Find additional dependencies this template may have on other files that are not typically managed by HotDocs.
ParseDataSources16 Find the answer sources used in this template.
ParseRecursively32 When this flag is set, information will be compiled by recursively parsing the manifests for this template and any templates inserted by this one as well.
ParseAll30 Reads and parses all available information in the manifest.
See Also