Create an unencrypted package in one step using the default compression option (=Maximum).
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- packagePath
- Type:
System String
The full file path were the package should be written to. Any existing file will be overwritten.
- manifest
- Type: HotDocs.Sdk TemplatePackageManifest
The manifest of the package. Passing null creates a package without a manifest.
- filePaths
- Type:
System.Collections.Generic IEnumerable
String
A complete list of all file paths to be added to the package.
See Also