| Shippingset_CountryRelation Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use SetCountryRelation instead")]
public void set_CountryRelation(
string shippingCountryId,
CountryRelation value
)
<ObsoleteAttribute("Use SetCountryRelation instead")>
Public Sub set_CountryRelation (
shippingCountryId As String,
value As CountryRelation
)
Parameters
- shippingCountryId
- Type: SystemString
- value
- Type: Dynamicweb.Ecommerce.InternationalCountryRelation
See Also