Click or drag to resize

AssortmentProductRelation Constructor (String, String, String)

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(
	string assortmentID,
	string productID,
	string productVariantID
)

Parameters

assortmentID
Type: SystemString
productID
Type: SystemString
productVariantID
Type: SystemString
See Also