This public enumerated type defines the placement of the additional
content items in the table of contents if any are defined.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum ContentPlacement |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration ContentPlacement |
Members
| Member name | Value | Description | |
|---|---|---|---|
| AboveNamespaces | 0 | Additional content appears above the namespaces | |
| BelowNamespaces | 1 | Additional content appears below the namespaces |