| CountryDelete Method (String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Ecommerce.Services.Countries.Delete(Code2) instead")]
public static void Delete(
string code2
)
<ObsoleteAttribute("Use Ecommerce.Services.Countries.Delete(Code2) instead")>
Public Shared Sub Delete (
code2 As String
)
Parameters
- code2
- Type: SystemString
See Also