Click or drag to resize
CountryInfoProviderGetCountries Method (String, String)

Note: This API is now obsolete.

Gets the countries.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Please use parameterless overload returning ObjectQuery")]
public static InfoDataSet<CountryInfo> GetCountries(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by

Return Value

Type: InfoDataSetCountryInfo
See Also