  | ProductServiceReFactorProductList Method (ICollectionProduct, Currency, Country, StockLocation, User, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void ReFactorProductList(
	ICollection<Product> products,
	Currency currency,
	Country country,
	StockLocation stockLocation,
	User user,
	bool useAssortments
)
Public Sub ReFactorProductList ( 
	products As ICollection(Of Product),
	currency As Currency,
	country As Country,
	stockLocation As StockLocation,
	user As User,
	useAssortments As Boolean
)
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