TemplatePackage IsValidManifest Method (String )
Check if the current manifest (property '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(
	out string errMsg
)

Parameters

errMsg
Type: OnlineSystem String 
If the function returns false, this string will contain an error message.

Return Value

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