| GroupDeleteRelatedProductId Method (String, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.ProductGroups.DeleteRelatedProductId instead.")]
public void DeleteRelatedProductId(
string relatedGroupId,
string productId,
string variantId
)
<ObsoleteAttribute("Use Services.ProductGroups.DeleteRelatedProductId instead.")>
Public Sub DeleteRelatedProductId (
relatedGroupId As String,
productId As String,
variantId As String
)
Parameters
- relatedGroupId
- Type: SystemString
- productId
- Type: SystemString
- variantId
- Type: SystemString
See Also