This public enumerated type defines the collection table of contents style for MS Help 2 collections.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
[SerializableAttribute]
public enum CollectionTocStyle
Visual Basic
<SerializableAttribute> _
Public Enumeration CollectionTocStyle

Members

Member nameValueDescription
Hierarchical0The collection content will be grouped under a root node.
Flat1The collection content will be listed at the root level.

See Also