Click or drag to resize

ProductGetLastActiveProducts Method (Int32, 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.GetLastActiveProducts' instead")]
public static ProductCollection GetLastActiveProducts(
	int count,
	string productLanguageId,
	bool useAssortments
)

Parameters

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

Return Value

Type: ProductCollection
See Also