[]
        
(Showing Draft Content)

C1.C1Preview.IndexEntry.Children

Children Property

Children

Gets the IndexEntryCollection containing the nested index entries, i.e. sub-entries of the current index entry.

Declaration
public IndexEntryCollection Children { get; }
Remarks

This method always returns a non-null IndexEntryCollection, creating it if it did not exist. To test whether an index entry already contains any sub-entries without creating the Children collection, use the HasChildren property.