SandcastleProjectHelpFileFormat Property

This read-only property is used to get the help file format generated by the build process

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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