Click or drag to resize
SearchIndexInfoProviderGetSearchIndexes Method (String, String, Int32, String)

Note: This API is now obsolete.

Returns all the searchIndexes filtered by where condition and sorted by orderBy expression.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetSearchIndexes() instead.")]
public static InfoDataSet<SearchIndexInfo> GetSearchIndexes(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
The WHERE condition to use
orderBy
Type: SystemString
The ORDER BY expression to use to sort the result
topN
Type: SystemInt32
Number of records to return
columns
Type: SystemString
Selected columns

Return Value

Type: InfoDataSetSearchIndexInfo
See Also