| ProductCollectionLoad Method (String, Boolean, Boolean) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public 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