| Paymentset_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 theCountryId,
CountryRelation value
)
<ObsoleteAttribute("Use SetCountryRelation instead.")>
Public Sub set_CountryRelation (
theCountryId As String,
value As CountryRelation
)
Parameters
- theCountryId
- Type: SystemString
- value
- Type: Dynamicweb.Ecommerce.InternationalCountryRelation
See Also