TemplatePackage Save Method (String)
Save the package to a file. This function only works if Open has been called before and it uses the same file path again.

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

public void Save(
	string rsaParamsXml
)

Parameters

rsaParamsXml
Type: OnlineSystem String
RSA key serialized to XML. If null, save an unencrypted package.
See Also