Click or drag to resize

ProductServiceGetAllProductsWithoutVariants Method

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

Parameters

doRefactoring
Type: SystemBoolean
productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: IEnumerableProduct
See Also