Click or drag to resize

DetailService.SetDetailsGroup Method (Product, String, Nullable<Int32>)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void SetDetailsGroup(
	Product product,
	string detailId,
	Nullable<int> groupId
)

Parameters

product
Type: Dynamicweb.Ecommerce.Products.Product
detailId
Type: System.String
groupId
Type: System.Nullable<Int32>
See Also