IBuild ProcessHelp Format Output Folders Property
This read-only property returns a collection of the output folders specific to each help file format
produced by the build.
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> HelpFormatOutputFolders { get; }VB
ReadOnly Property HelpFormatOutputFolders As Collection(Of String)
GetC++
property Collection<String^>^ HelpFormatOutputFolders {
Collection<String^>^ get ();
}F#
abstract HelpFormatOutputFolders : Collection<string> with get