Click or drag to resize

ProductServiceGetAllProducts Method

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

Parameters

productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also