Click or drag to resize
CultureInfoProviderGetCultures Method (String, String, Int32, String)
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: 9.0.0
Syntax
C#
public static InfoDataSet<CultureInfo> GetCultures(
	string where,
	string orderBy = null,
	int topN = -1,
	string columns = null
)

Parameters

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

Return Value

Type: InfoDataSetCultureInfo
See Also