PackagePathTemplateLocation ExtractPackageFiles Method
Extract the create the package content folder and extract the package content to it.

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

public virtual void ExtractPackageFiles(
	bool force = false
)

Parameters

force (Optional)
Type: OnlineSystem Boolean
If true, the directory is overwritten. Otherwise, the directory is created and files extracted only if the directory does not exist. If force is true all previously existing directory content is destroyed.
See Also