BuildProcessHelpFormatOutputFolders Property
This read-only property returns a collection of the output folders specific to each help file format
produced by the build.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Collection<string> HelpFormatOutputFolders { get; }
Public ReadOnly Property HelpFormatOutputFolders As Collection(Of String)
Get
public:
property Collection<String^>^ HelpFormatOutputFolders {
Collection<String^>^ get ();
}
member HelpFormatOutputFolders : Collection<string> with get
Property Value
CollectionString