Click or drag to resize
CountryInfoProviderGetCountries Method (String, String, Int32, 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,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
TOP N rows
columns
Type: SystemString
Returned columns

Return Value

Type: InfoDataSetCountryInfo
See Also