| GroupDeleteRelatedProducts Method |
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.DeleteRelatedProducts instead.")]
public void DeleteRelatedProducts(
string relatedGroupId
)
<ObsoleteAttribute("Use Services.ProductGroups.DeleteRelatedProducts instead.")>
Public Sub DeleteRelatedProducts (
relatedGroupId As String
)
Parameters
- relatedGroupId
- Type: SystemString
See Also