Toc Entry CollectionApi Content Parent Collection Property
This is used to get the parent collection that contains the item where the API table of contents is
to be inserted.
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The parent collection if there is a location defined or null if there isn't one
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TocEntryCollection ApiContentParentCollection { get; }VB
Public ReadOnly Property ApiContentParentCollection As TocEntryCollection
GetC++
public:
property TocEntryCollection^ ApiContentParentCollection {
TocEntryCollection^ get ();
}F#
member ApiContentParentCollection : TocEntryCollection with getReturn Value
TocEntryCollectionThe parent collection if there is a location defined or null if there isn't one