CultureInfoProviderGetCultures Method |
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: 8.2.23
Syntax public static InfoDataSet<CultureInfo> GetCultures(
string where = null,
string orderBy = null,
int topN = -1,
string columns = null
)
Parameters
- where (Optional)
- 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:
InfoDataSetCultureInfoSee Also