Sitecore 5.0 API

Database.Indexes Property

Provides access to the Indexes associated with the database.

[Visual Basic]
Public ReadOnly Property Indexes As DataIndexes
[C#]
public Indexing.DataIndexes Indexes {get;}

Remarks

An index enables Sitecore to locate items with common properties fast. An index is analogous to indexes in a SQL database.

See Also

Database Class | Sitecore.Data Namespace