ISandcastleProjectHelpFileFormat 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: 2025.9.30.0
HelpFileFormats HelpFileFormat { get; }

Property Value

HelpFileFormats
The 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.

See Also