ParseManifest parses the XML template manifest indicated by fileName
and location, 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
- fileName
- Type:
System String
The file name of the template
- location
- Type: HotDocs.Sdk TemplateLocation
The location of the template, such as a file system folder, a package file, a database, etc.
- parseFlags
- Type: HotDocs.Sdk ManifestParseFlags
Specifies settings related to template manifest creation
Return Value
Type: TemplateManifesta reference to the newly created TemplateManifest
See Also