Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionApiContentParentCollection Property
This is used to get the parent collection that contains the item where the API table of contents is to be inserted.

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

Return Value

Type: TocEntryCollection
The parent collection if there is a location defined or null if there isn't one.
See Also