TemplatePackage GetFiles Method
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()

Return Value

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