BuildProcessHelp1Files Property
This returns a list of the HTML Help 1 (CHM) files that were built
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Collection<string> Help1Files { get; }
Public ReadOnly Property Help1Files As Collection(Of String)
Get
public:
property Collection<String^>^ Help1Files {
Collection<String^>^ get ();
}
member Help1Files : Collection<string> with get
Property Value
CollectionString If the HTML Help 1 format was not built, this returns an empty collection