TemplatePackage SaveAs Method (String)
Save the package unencrypted to a file.

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

public void SaveAs(
	string path
)

Parameters

path
Type: OnlineSystem String
The file path of the package. Any existing file will be overwritten.
See Also