The TemplateManifest type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| ParseManifest(String, ManifestParseFlags) | ParseManifest parses the XML template manifest indicated by templatePath
and creates a corresponding instance of TemplateManifest.
| |
| ParseManifest(String, TemplateLocation, ManifestParseFlags) | ParseManifest parses the XML template manifest indicated by fileName
and location, and creates a corresponding instance of TemplateManifest.
| |
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| AdditionalFiles | AdditionalFiles lists additional files that may be required during interviews,
assemblies or other processing associated with the template.
| |
| DataSources | DataSources lists the data sources (DataSource objects) from which the template
may (at user request) attempt to retrieve data during an interview.
| |
| Dependencies | Dependencies indicates a collection of files associated with
the the main template of the template manifest.
| |
| Description | Description provides a description for the main template
in the current template manifest.
| |
| EffectiveCmpFileName | EffectiveCmpFileName is the component file name that is used
for document assembly creation with the main template contained in
this template manifest.
| |
| ExpirationDate | ExpirationDate indicates the current template cannot be used for
document assembly creations after the given date, except
possibly for a given number of ExtensionDays | |
| ExtensionDays | ExtensionDays indicates for how many days after the current templates
expiration date has passed users can still perform document assembly creations.
| |
| FileName | FileName indicates the file name of the current template.
| |
| HotDocsVersion | HotDocsVersion indicates the version of HotDocs that was used to create
the current template manifest.
| |
| TemplateId | TemplateId identifies the template to distinguish it from other templates.
| |
| Title | Title provides the title for the main template
in the current template manifest.
| |
| Variables | Variables Contains the set of variables associated with the
main template in the current template manifest.
| |
| WarningDays | WarningDays indicates for how many days prior to a document's expiration date
users should be warned about using the current template for document assembly creations.
|
See Also