TemplatePackage ExtractAllFiles Method
Extract a package in one step, treating the manifest like any other file.

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

public static void ExtractAllFiles(
	string packagePath,
	string rsaParamsXml,
	string targetFolderPath
)

Parameters

packagePath
Type: OnlineSystem String
The full file path of the package.
rsaParamsXml
Type: OnlineSystem String
RSA key serialized to XML. If null, extract an unencrypted package.
targetFolderPath
Type: OnlineSystem String
The folder where the file should be extracted to. This folder will be created if needed. Any existing file will be overwritten.
See Also