TemplatePackage ExtractFile Method (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 Stream ExtractFile(
	string internalName
)

Parameters

internalName
Type: OnlineSystem String
The internal name used. E.g. "template.rtf".

Return Value

Type: OnlineStream
The stream of the extracted file.
See Also