HelpFileFormats Enumeration
This public enumerated type defines the type(s) of help file that can be generated
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
[SerializableAttribute]
[FlagsAttribute]
public enum HelpFileFormats
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration HelpFileFormats
[SerializableAttribute]
[FlagsAttribute]
public enum class HelpFileFormats
[<SerializableAttribute>]
[<FlagsAttribute>]
type HelpFileFormats
| HtmlHelp1 | 0x01 | HTML Help 1 (.chm) format built with HHC.EXE |
| MSHelpViewer | 0x02 | MS Help Viewer (.mshc) format, a ZIP file containing the help content |
| Website | 0x04 | A website with a basic TOC and search panes |
| OpenXml | 0x08 | Open XML (.docx) format, compatible with Microsoft Word and Open Office |
| Markdown | 0x10 | Markdown (.md) format, suitable for use in wikis such as those for GitHub projects |