This public enumerated type defines the collection table of contents
style for MS Help 2 collections.
Namespace: SandcastleBuilder.UtilsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Hierarchical | 0 | The collection content will be grouped under a root node. | |
| Flat | 1 | The collection content will be listed at the root level. |