Table of Contents

HelpFileFormats Enum

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

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

[Flags]
[Serializable]
public enum HelpFileFormats

Fields

Name Value Description
HtmlHelp1 1

HTML Help 1 (.chm) format built with HHC.EXE

MSHelpViewer 2

MS Help Viewer (.mshc) format, a ZIP file containing the help content

Website 4

A website with a basic TOC and search panes

OpenXml 8

Open XML (.docx) format, compatible with Microsoft Word and Open Office

Markdown 16

Markdown (.md) format, suitable for use in wikis such as those for GitHub projects