TemplatePackage Properties
The TemplatePackage type exposes the following members.
Properties

  NameDescription
Public propertyCurrentCompression
Set/get the current compression level. It will be used in the AddFile and Create functions. Default is 'Maximum'.
Public propertyCurrentPath
Returns the current path, i.e. the file path used in the Open function. If Open hasn't been called, return null.
Public propertyIsNew
Returns true if the package is new, i.e. Open hasn't been called.
Public propertyManifest
Get or set the current manifest for the package
Public propertyManifestXml
Get or set the current manifest from an XML string
Back to Top
See Also