[]
        
(Showing Draft Content)

C1.C1Preview.RenderIndex.Entries

Entries Property

Entries

Gets the collection of entries (elements of type IndexEntry) at the top level of the current index.

Declaration
public IndexEntryCollection Entries { get; }
Remarks

This method always returns a non-null IndexEntryCollection, creating it if it did not exist. To test whether the current index already contains entries without creating the Entries collection, use the HasEntries property.