  | ProductCollectionLoad Method (String, Boolean, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void Load(
	string query,
	bool doRefactoring,
	bool useAssortments
)
Public Sub Load ( 
	query As String,
	doRefactoring As Boolean,
	useAssortments As Boolean
)
Parameters
- query
 - Type: SystemString
 - doRefactoring
 - Type: SystemBoolean
 - useAssortments
 - Type: SystemBoolean
 
See Also