Click or drag to resize
CountryInfoProviderDeleteCountryInfo Method (CountryInfo)

Note: This API is now obsolete.

Deletes specified country.

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

Parameters

countryObj
Type: CMS.GlobalizationCountryInfo
Country object
See Also