Click or drag to resize

ProductServiceGetProductsByGroupId Method (String, 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,
	bool onlyActive,
	string productLanguageId,
	bool useAssortments
)

Parameters

groupId
Type: SystemString
onlyActive
Type: SystemBoolean
productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also