Api Parent Mode Enumeration
This public enumerated type defines the API parent mode for a conceptual
topic.
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 ApiParentModeVB
<SerializableAttribute>
Public Enumeration ApiParentModeC++
[SerializableAttribute]
public enum class ApiParentModeF#
[<SerializableAttribute>]
type ApiParentModeMembers
| None | 0 | Not a parent to the API content |
| InsertBefore | 1 | Insert the API content before this element |
| InsertAfter | 2 | Insert the API content after this element |
| InsertAsChild | 3 | Insert the API content as a child of this element |