| 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: 2014.11.22.0
Syntax 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
Type:
CollectionStringSee Also