Click or drag to resize
Sandcastle Help File BuilderCollectionTocStyle Enumeration
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: 2014.11.22.0
Syntax
[SerializableAttribute]
public enum 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