ISandcastle ProjectHelp File Format Property
This read-only property is used to get the help file format generated by the build process
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is to produce an HTML Help 1 format file
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
HelpFileFormats HelpFileFormat { get; }VB
ReadOnly Property HelpFileFormat As HelpFileFormats
GetC++
property HelpFileFormats HelpFileFormat {
HelpFileFormats get ();
}F#
abstract HelpFileFormat : HelpFileFormats with getProperty Value
HelpFileFormatsThe default is to produce an HTML Help 1 format file
Remarks
If building a web site, the output folder will be cleared before the new content is copied
to it.