Property Children
| Edit this page View SourceChildren
Gets the child entries for this TOC Entry.
Declaration
public IEnumerable<TocItem> Children { get; }
Property Value
Type | Description |
---|---|
IEnumerable<TocItem> |
Gets the child entries for this TOC Entry.
public IEnumerable<TocItem> Children { get; }
Type | Description |
---|---|
IEnumerable<TocItem> |