Click or drag to resize
Sandcastle Help File BuilderTocEntryApiParentMode Property
This is used to get or set whether or not the table of contents is split after this entry.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ApiParentMode ApiParentMode { get; set; }

Property Value

Type: ApiParentMode
Remarks
This is only valid on root entries and the first one seen will cause all items from that tiem onward to appear below the API content. All items prior to the entry will appear before the API content. If used, the ContentPlacement project property will be ignored.
See Also