| CountryServiceDeleteRegion Method |
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void DeleteRegion(
string countryCode,
string regionCode
)
Public Sub DeleteRegion (
countryCode As String,
regionCode As String
)
Parameters
- countryCode
- Type: SystemString
- regionCode
- Type: SystemString
See Also