The TemplatePackageManifest type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AdditionalFiles |
A list of other files needed to use the main template. They are usually graphics or help files.
Each name must be an internal name for the package. E.g. "icon.jpg"
| |
| AdditionalHDFiles |
A list of additional files needed by the template.
| |
| AllFiles |
Return all of the files referenced in the manifest, including the main template file and all
its dependencies. This returns all except the manifest file itself.
| |
| AllFilesExceptGenerated |
Return all of the files referenced in the manifest, including the main template file and all
its dependencies, except all generated files (.js, .dll, .hvc) and the manifest file itself.
| |
| ExpirationDate |
The date the package expires.
| |
| ExpirationDateSpecified |
Returns true if there is an expiration date specified.
| |
| ExtensionDays |
The number of warning days preceding the expiration date.
| |
| ExtensionDaysSpecified |
Returns true if there are extension days specified.
| |
| HotDocsVersion |
The version of HotDocs that created this package
| |
| MainTemplate |
The information of the main template.
| |
| OtherTemplates |
The information of other templates used by the main template using INSERT and ASSEMBLE instructions.
| |
| PublishDateTime |
The date and time the package was published in XSD UTC format.
| |
| Signature |
The SHA-1 hash of the files in the package.
| |
| Version |
Return the HotDocs version number that created this package.
| |
| WarningDays |
The number of warning days preceding the expiration date.
| |
| WarningDaysSpecified |
Returns true if there is an warning date specified.
|
See Also