These flags enumerate which portions of a template manifest (or manifests) can be parsed (when calling ParseManifest).
            
            
            Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| ParseTemplateInfo | 1 | Find the basic metadata about a template: its version, title, description, effective component file, expiration date, etc. | |
| ParseVariables | 2 | Find the variables that are used by the template or its interview. | |
| ParseDependencies | 4 | Find the dependencies this template has on other templates, component files, images, etc. | |
| ParseAdditionalFiles | 8 | Find additional dependencies this template may have on other files that are not typically managed by HotDocs. | |
| ParseDataSources | 16 | Find the answer sources used in this template. | |
| ParseRecursively | 32 | 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. | |
| ParseAll | 30 | Reads and parses all available information in the manifest. | 
See Also