Click or drag to resize

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

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

Parameters

groupId
Type: SystemString
useOrderBy
Type: SystemBoolean
includeVariants
Type: SystemBoolean
productLanguageId
Type: SystemString
doRefactoring
Type: SystemBoolean
useAssortments
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also