SearchIndexInfoProvider GetSearchIndexes Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberGetSearchIndexes 
Returns all search indexes
Public methodStatic memberGetSearchIndexes(String, String)
Returns all the searchIndexes filtered by where condition and sorted by orderBy expression.
Public methodStatic memberGetSearchIndexes(String, String, Int32)
Returns all the searchIndexes filtered by where condition and sorted by orderBy expression.
Public methodStatic memberGetSearchIndexes(String, String, Int32, String)
Returns all the searchIndexes filtered by where condition and sorted by orderBy expression.
Back to Top
See Also