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: System.String
productID
Type: System.String
productVariantID
Type: System.String
See Also