TemplatePackage Create Method (String, TemplatePackageManifest, IEnumerable String )
Create an unencrypted package in one step using the default compression option (=Maximum).

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void Create(
	string packagePath,
	TemplatePackageManifest manifest,
	IEnumerable<string> filePaths
)

Parameters

packagePath
Type: OnlineSystem 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: OnlineSystem.Collections.Generic IEnumerable OnlineString 
A complete list of all file paths to be added to the package.
See Also