Click or drag to resize

ProductServiceReFactorProductList Method (ICollectionProduct, Currency, Country, StockLocation, User, Boolean)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void ReFactorProductList(
	ICollection<Product> products,
	Currency currency,
	Country country,
	StockLocation stockLocation,
	User user,
	bool useAssortments
)

Parameters

products
Type: System.Collections.GenericICollectionProduct
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
country
Type: Dynamicweb.Ecommerce.InternationalCountry
stockLocation
Type: Dynamicweb.Ecommerce.StocksStockLocation
user
Type: Dynamicweb.Security.UserManagementUser
useAssortments
Type: SystemBoolean
See Also