TemplatePackage GetFiles Method (Boolean)
Get a list of all file names stored in the package. These are internal names. E.g. "template.rtf" or "images/icon.png".

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

public string[] GetFiles(
	bool includeManifest
)

Parameters

includeManifest
Type: OnlineSystem Boolean
Indicates whether the manifest should be included in the list.

Return Value

Type:  OnlineString 
An array of (internal) file names.
See Also