TemplatePackage Extract Method (String, String, String, TemplatePackageManifest , IEnumerable String  )
Extract a package in one step.

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

public static void Extract(
	string packagePath,
	string rsaParamsXml,
	string targetFolderPath,
	out TemplatePackageManifest manifest,
	out IEnumerable<string> filePaths
)

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.
manifest
Type: HotDocs.Sdk TemplatePackageManifest 
The manifest of the package. If null, the package had no manifest.
filePaths
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString  
A list containing the full file paths of all extracted files.
See Also