Click or drag to resize
CountryInfoProviderSetCountryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified country.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ICountryInfoProvider.Set(CountryInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - CountryInfo.Provider.")]
public static void SetCountryInfo(
	CountryInfo country
)

Parameters

country
Type: CMS.GlobalizationCountryInfo
Country to set
See Also