| CountryRelationSave Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.CountryRelations.Save instead")]
public void Save(
string methodType,
string methodId,
string code2,
string countryId
)
<ObsoleteAttribute("Use Services.CountryRelations.Save instead")>
Public Sub Save (
methodType As String,
methodId As String,
code2 As String,
countryId As String
)
Parameters
- methodType
- Type: SystemString
- methodId
- Type: SystemString
- code2
- Type: SystemString
- countryId
- Type: SystemString
See Also