TemplatePackage ExtractFile Method (String, String)
Extract an existing file.

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

public string ExtractFile(
	string internalName,
	string targetFolderPath
)

Parameters

internalName
Type: OnlineSystem String
The internal name used. E.g. "template.rtf".
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.

Return Value

Type: OnlineString
The full path of the extracted file.
See Also