Returns all the searchIndexes filtered by where condition and sorted by orderBy expression.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- where
- Type: System String
The WHERE condition to use
- orderBy
- Type: System String
The ORDER BY expression to use to sort the result
- topN
- Type: System Int32
Number of records to return
- columns
- Type: System String
Selected columns
Return Value
Type: InfoDataSet SearchIndexInfoSee Also