| SearchIndexInfoProviderGetSearchIndexes Method (String, String) | 
            Returns all the searchIndexes filtered by where condition and sorted by orderBy expression.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntaxpublic static InfoDataSet<SearchIndexInfo> GetSearchIndexes(
	string where,
	string orderBy
)
Parameters
- where
 - Type: SystemString
The WHERE condition to use - orderBy
 - Type: SystemString
The ORDER BY expression to use to sort the result 
Return Value
Type: 
InfoDataSetSearchIndexInfo
See Also