| CultureInfoProviderGetCultures Method (String, String, Int32, String) | 
            Returns the DataSet of all the culture records with where condition and order by clause applied.
            
 
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 11.0.0
Syntaxpublic 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