| ProductRelatedServiceDelete Method (String, String, String, String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void Delete(
string productId,
string relatedGroupId,
string relatedProductId,
string relatedVariantId
)
Public Sub Delete (
productId As String,
relatedGroupId As String,
relatedProductId As String,
relatedVariantId As String
)
Parameters
- productId
- Type: SystemString
- relatedGroupId
- Type: SystemString
- relatedProductId
- Type: SystemString
- relatedVariantId
- Type: SystemString
See Also