| SandcastleProjectHelpFileFormat Property |
This is used to get or set the help file format generated by the build process
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public HelpFileFormats HelpFileFormat { get; set; }
Public Property HelpFileFormat As HelpFileFormats
Get
Set
public:
property HelpFileFormats HelpFileFormat {
HelpFileFormats get ();
void set (HelpFileFormats value);
}
member HelpFileFormat : HelpFileFormats with get, set
Property Value
Type:
HelpFileFormatsThe 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