TemplateManifest ParseManifest Method (String, ManifestParseFlags)
ParseManifest parses the XML template manifest indicated by templatePath and creates a corresponding instance of TemplateManifest.

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

public static TemplateManifest ParseManifest(
	string templatePath,
	ManifestParseFlags parseFlags
)

Parameters

templatePath
Type: OnlineSystem String
The full path of the template
parseFlags
Type: HotDocs.Sdk ManifestParseFlags
Specifies settings related to template manifest creation

Return Value

Type: TemplateManifest
a reference to the newly created TemplateManifest
See Also