This public enumerated type defines the type(s) of help file generated
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] [FlagsAttribute] public enum HelpFileFormat |
| Visual Basic |
|---|
<SerializableAttribute> _ <FlagsAttribute> _ Public Enumeration HelpFileFormat |
Members
| Member name | Value | Description | |
|---|---|---|---|
| HtmlHelp1 | 1 | HTML Help 1 (.chm) format built with HHC.EXE. | |
| MSHelp2 | 2 | MS Help 2 (.HxS) format built with HXCOMP.EXE. | |
| MSHelpViewer | 4 | MS Help Viewer (.mshc) format, a ZIP file containing the help content. | |
| Website | 8 | A website with a basic TOC and search panes. |