Content Placement Enumeration
This public enumerated type defines the placement of the conceptual content items in the table of
contents if any are defined.
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
[SerializableAttribute]
public enum ContentPlacementVB
<SerializableAttribute>
Public Enumeration ContentPlacementC++
[SerializableAttribute]
public enum class ContentPlacementF#
[<SerializableAttribute>]
type ContentPlacementMembers
| AboveNamespaces | 0 | Conceptual content appears above the namespaces |
| BelowNamespaces | 1 | Conceptual content appears below the namespaces |