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

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

Parameters

columns
Type: SystemString
Columns
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
TOP N Rows

Return Value

Type: InfoDataSetCultureInfo
See Also