Click or drag to resize

ProductGroupRelation Constructor (String, String)

Note: This API is now obsolete.

Initializes a new instance of the ProductGroupRelation class

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use 'Services.ProductGroups.GetProductGroupRelation' instead")]
public ProductGroupRelation(
	string relationProductId,
	string groupId
)

Parameters

relationProductId
Type: SystemString
groupId
Type: SystemString
See Also