| GroupServiceDeleteRelatedProducts Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void DeleteRelatedProducts(
Group group,
string relatedGroupId
)
Public Sub DeleteRelatedProducts (
group As Group,
relatedGroupId As String
)
Parameters
- group
- Type: Dynamicweb.Ecommerce.ProductsGroup
- relatedGroupId
- Type: SystemString
See Also