Click or drag to resize

ProductServiceGetProductsByGroupId Method (String, Int32, Boolean, String, Boolean)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Product> GetProductsByGroupId(
	string groupId,
	int top,
	bool doRefactoring,
	string productLanguageId,
	bool useAssortments
)

Parameters

groupId
Type: SystemString
top
Type: SystemInt32
doRefactoring
Type: SystemBoolean
productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also