Click or drag to resize

GroupService.AddRelatedProductId Method (Group, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void AddRelatedProductId(
	Group group,
	string relatedGroupId,
	string productId,
	string variantId
)

Parameters

group
Type: Dynamicweb.Ecommerce.Products.Group
relatedGroupId
Type: System.String
productId
Type: System.String
variantId
Type: System.String
See Also