Click or drag to resize
CultureInfoProviderGetCulturesInternal Method
Returns the DataSet of all the culture records with where condition and order by clause applied.

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

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
Top N users
columns
Type: SystemString
Columns to get

Return Value

Type: InfoDataSetCultureInfo
See Also