TocEntryCollectionApiContentParent Property
This is used to get the parent item that will contain the API table of contents
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TocEntry ApiContentParent { get; }
Public ReadOnly Property ApiContentParent As TocEntry
Get
public:
property TocEntry^ ApiContentParent {
TocEntry^ get ();
}
member ApiContentParent : TocEntry with get
Return Value
TocEntryThe parent item or null if it is the root collection.