Click or drag to resize
SearchIndexCultureInfoProviderGetSearchIndexCultures Method (String, String, Int32, String)
Returns all cultures for specified search index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<CultureInfo> GetSearchIndexCultures(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
TopN items
columns
Type: SystemString
List of columns to get

Return Value

Type: InfoDataSetCultureInfo
See Also