SearchIndexInfoProvider GetRelevantIndexes Method Kentico 8.0 API Reference
Returns all indexes which are relevant to the specified ISearchable object. Check ISearchable object type and with dependence on this type check index settings

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

searchObject
Type: CMS.DataEngine ISearchable
Object implementing ISearchable interface

Return Value

Type: OnlineList SearchIndexInfo 
See Also