Click or drag to resize

AssortmentProductRelation Constructor (Assortment, Product)

Initializes a new instance of the AssortmentProductRelation class

Namespace:  Dynamicweb.Ecommerce.Assortments
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public AssortmentProductRelation(
	Assortment assortment,
	Product product
)

Parameters

assortment
Type: Dynamicweb.Ecommerce.AssortmentsAssortment
product
Type: Dynamicweb.Ecommerce.ProductsProduct
See Also