ApiParentMode Enumeration
This public enumerated type defines the API parent mode for a conceptual
topic.
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
[SerializableAttribute]
public enum ApiParentMode
<SerializableAttribute>
Public Enumeration ApiParentMode
[SerializableAttribute]
public enum class ApiParentMode
[<SerializableAttribute>]
type ApiParentMode
| 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 |