ApiParentMode 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: 2025.9.30.0
[SerializableAttribute]
public enum ApiParentMode

Members

None0Not a parent to the API content
InsertBefore1Insert the API content before this element
InsertAfter2Insert the API content after this element
InsertAsChild3Insert the API content as a child of this element

See Also