Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectHelpFileFormat Property
This is used to get or set the help file format generated by the build process

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public HelpFileFormats HelpFileFormat { get; set; }

Property Value

Type: HelpFileFormats
The default is to produce an HTML Help 1 format file built using HHC.exe.
Remarks
If building a web site, the output folder will be cleared before the new content is copied to it.
See Also