Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionApiContentParent Property
This is used to get the parent item that will contain the API table of contents.

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

Return Value

Type: TocEntry
The parent item or null if it is the root collection.
See Also