This public enumerated type defines the API parent mode for a conceptual
topic.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum ApiParentMode |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration ApiParentMode |
Members
| Member 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 |