The TemplatePackage type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| CurrentCompression |
Set/get the current compression level. It will be used in the AddFile and Create functions. Default is 'Maximum'.
| |
| CurrentPath |
Returns the current path, i.e. the file path used in the Open function. If Open hasn't been called, return null.
| |
| IsNew |
Returns true if the package is new, i.e. Open hasn't been called.
| |
| Manifest |
Get or set the current manifest for the package
| |
| ManifestXml |
Get or set the current manifest from an XML string
|
See Also