ApiParentMode Enum
Definition
- Namespace
- Sandcastle.Core.ConceptualContent
- Assembly
- Sandcastle.Core.dll
This public enumerated type defines the API parent mode for a conceptual topic.
[Serializable]
public enum ApiParentMode
Fields
| Name | Value | Description |
|---|---|---|
| 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 |