Click or drag to resize

EcommerceProductProductGroupRelationDeletedArgs Constructor (IEnumerableProduct, Group)

Namespace:  Dynamicweb.Ecommerce.Notifications
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public ProductGroupRelationDeletedArgs(
	IEnumerable<Product> products,
	Group group
)

Parameters

products
Type: System.Collections.GenericIEnumerableProduct
group
Type: Dynamicweb.Ecommerce.ProductsGroup
See Also