HelpFileFormats Enumeration

This public enumerated type defines the type(s) of help file that can be generated

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
[SerializableAttribute]
[FlagsAttribute]
public enum HelpFileFormats

Members

HtmlHelp10x01HTML Help 1 (.chm) format built with HHC.EXE
MSHelpViewer0x02MS Help Viewer (.mshc) format, a ZIP file containing the help content
Website0x04A website with a basic TOC and search panes
OpenXml0x08Open XML (.docx) format, compatible with Microsoft Word and Open Office
Markdown0x10Markdown (.md) format, suitable for use in wikis such as those for GitHub projects

See Also