| Applicationget_Country Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Common
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.Countries.GetCountry instead")]
public static Country get_Country(
string countryCode
)
<ObsoleteAttribute("Use Services.Countries.GetCountry instead")>
Public Shared Function get_Country (
countryCode As String
) As Country
Parameters
- countryCode
- Type: SystemString
Return Value
Type:
CountrySee Also