| CountryRelationDelete Method (String, String, String, 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 Services.CountryRelations.Delete instead")]
public void Delete(
string code2,
string methodId,
string methodType,
string languageId = ""
)
<ObsoleteAttribute("Use Services.CountryRelations.Delete instead")>
Public Sub Delete (
code2 As String,
methodId As String,
methodType As String,
Optional languageId As String = ""
)
Parameters
- code2
- Type: SystemString
- methodId
- Type: SystemString
- methodType
- Type: SystemString
- languageId (Optional)
- Type: SystemString
See Also