TemplatePackage IsValidManifest Method (TemplatePackageManifest, String )
Check if a given manifest is valid for the current files in the package.

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

public bool IsValidManifest(
	TemplatePackageManifest manifest,
	out string errMsg
)

Parameters

manifest
Type: HotDocs.Sdk TemplatePackageManifest
The manifest object to test.
errMsg
Type: OnlineSystem String 
If the function returns false, this string will contain an error message.

Return Value

Type: OnlineBoolean
true if the manifest is valid, false otherwise.
See Also