Extract a package in one step.
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 of the package.
- rsaParamsXml
- Type:
System String
RSA key serialized to XML. If null, extract an unencrypted package.
- targetFolderPath
- Type:
System 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:
System.Collections.Generic IEnumerable
String
A list containing the full file paths of all extracted files.
See Also