Click or drag to resize
Sandcastle Help File BuilderTocEntryChildren Property
This returns the child table of contents collection for this entry

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public TocEntryCollection Children { get; }

Property Value

Type: TocEntryCollection
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.
See Also