TemplatePackage FileExists Method
Check if a file exists in the package.

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

public bool FileExists(
	string internalName
)

Parameters

internalName
Type: OnlineSystem String
The name within the package. E.g. "template.rtf" or "images/icon.png".

Return Value

Type: OnlineBoolean
True if the file exists in the package, false if not.
See Also