Toc EntryChildren Property
This returns the child table of contents collection for this entry
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If empty, this is a single item in the table of contents. If it has children, they are listed below this one. A file may or may not be associated with this entry if it is a root node.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TocEntryCollection Children { get; }VB
Public ReadOnly Property Children As TocEntryCollection
GetC++
public:
property TocEntryCollection^ Children {
TocEntryCollection^ get ();
}F#
member Children : TocEntryCollection with getProperty Value
TocEntryCollectionIf empty, this is a single item in the table of contents. If it has children, they are listed below this one. A file may or may not be associated with this entry if it is a root node.