ParseManifest parses the XML template manifest indicated by templatePath
and creates a corresponding instance of TemplateManifest.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- templatePath
- Type:
System String
The full path of the template
- parseFlags
- Type: HotDocs.Sdk ManifestParseFlags
Specifies settings related to template manifest creation
Return Value
Type: TemplateManifesta reference to the newly created TemplateManifest
See Also