The TemplatePackageManifest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| TemplatePackageManifest |
Create a new instance.
|
Methods
| Name | Description | |
|---|---|---|
| Copy |
Create a deep copy.
| |
| (Inherited from | ||
| FromStream |
Create a new manifest instance and initialize it by deserializing from a stream.
| |
| FromXml |
Create a new manifest instance and initialize it by deserializing an XML string.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| ShouldSerializeAdditionalHDFiles |
Returns true if AdditionalHDFiles should be serialized to XML. For internal use only.
| |
| ShouldSerializeOtherTemplates |
Returns true if OtherTemplates should be serialized to XML. For internal use only.
| |
| ToStream |
Serialize this manifest to an XML string and write it to a stream using UTF-8 encoding (with a byte-order-mark).
| |
Returns a string that represents the current object. (Inherited from | ||
| ToXml |
Serialize this manifest to an XML string
|
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