TocEntryCollectionApiContentParent Property
This is used to get the parent item that will contain the API table of contents
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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.