Click or drag to resize
Sandcastle Help File BuilderApiParentMode Enumeration
This public enumerated type defines the API parent mode for a conceptual topic.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public enum ApiParentMode
Members
  Member nameValueDescription
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