Toc Entry CollectionApi Content Parent Property
This is used to get the parent item that will contain the API table of contents
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The parent item or null if it is the root collection.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TocEntry ApiContentParent { get; }VB
Public ReadOnly Property ApiContentParent As TocEntry
GetC++
public:
property TocEntry^ ApiContentParent {
TocEntry^ get ();
}F#
member ApiContentParent : TocEntry with getReturn Value
TocEntryThe parent item or null if it is the root collection.