SandcastleProjectHelpFileFormat Property
This read-only property is used to get the help file format generated by the build process
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public HelpFileFormats HelpFileFormat { get; }
Public ReadOnly Property HelpFileFormat As HelpFileFormats
Get
public:
property HelpFileFormats HelpFileFormat {
HelpFileFormats get ();
}
member HelpFileFormat : HelpFileFormats with get
Property Value
HelpFileFormatsThe default is to produce an HTML Help 1 format file
If building a web site, the output folder will be cleared before the new content is copied
to it.