Click or drag to resize
CountryInfoProviderGetAllCountries Method

Note: This API is now obsolete.

Gets all countries.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetCountries() instead.")]
public static InfoDataSet<CountryInfo> GetAllCountries()

Return Value

Type: InfoDataSetCountryInfo
See Also