Click or drag to resize

ProductServiceGetLastActiveProducts Method (Int32, String, String, Boolean)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Product> GetLastActiveProducts(
	int count,
	string[] groupIds,
	string productLanguageId,
	bool useAssortments
)

Parameters

count
Type: SystemInt32
groupIds
Type: SystemString
productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also