This public enumerated type defines the placement of the additional content items in the table of contents if any are defined.

Namespace: SandcastleBuilder.Utils
Assembly: 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 nameValueDescription
AboveNamespaces0Additional content appears above the namespaces
BelowNamespaces1Additional content appears below the namespaces

See Also