Click or drag to resize

DetailServiceSetDetailsGroup Method (Product, String, NullableInt32)

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.ProductsProduct
detailId
Type: SystemString
groupId
Type: SystemNullableInt32
See Also