TemplatePackageManifest AllFilesExceptGenerated Property
Return all of the files referenced in the manifest, including the main template file and all its dependencies, except all generated files (.js, .dll, .hvc) and the manifest file itself.

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

public string[] AllFilesExceptGenerated { get; }

Property Value

Type:  OnlineString 
See Also