Click or drag to resize

ProductGetProductsByGroup Method (Group, String, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use 'ProductService.GetProductsByGroup' instead")]
public static ProductCollection GetProductsByGroup(
	Group group,
	string productLanguageId,
	bool useAssortments
)

Parameters

group
Type: Dynamicweb.Ecommerce.ProductsGroup
productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: ProductCollection
See Also