TemplateManifest ParseManifest Method (String, TemplateLocation, ManifestParseFlags)
ParseManifest parses the XML template manifest indicated by fileName and location, 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 fileName,
	TemplateLocation location,
	ManifestParseFlags parseFlags
)

Parameters

fileName
Type: OnlineSystem 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: TemplateManifest
a reference to the newly created TemplateManifest
See Also