IBuild ProcessHelp 1Files Property
This read-only property is used to get a list of the HTML Help 1 (CHM) files that were built
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
Collection<string> Help1Files { get; }VB
ReadOnly Property Help1Files As Collection(Of String)
GetC++
property Collection<String^>^ Help1Files {
Collection<String^>^ get ();
}F#
abstract Help1Files : Collection<string> with getProperty Value
CollectionStringRemarks
If the HTML Help 1 format was not built, this returns an empty collection