Click or drag to resize

ProductGetActiveProducts Method (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.GetActiveProducts' instead")]
public static ProductCollection GetActiveProducts(
	string productLanguageId,
	bool useAssortments
)

Parameters

productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: ProductCollection
See Also