Check if a given manifest is valid for the current files in the package.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- manifest
- Type: HotDocs.Sdk TemplatePackageManifest
The manifest object to test.
- errMsg
- Type:
System String
If the function returns false, this string will contain an error message.
Return Value
Type:
true if the manifest is valid, false otherwise.
See Also