Click or drag to resize

ProductCollectionAddRange Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void AddRange(
	IEnumerable<Product> collection,
	bool allowDuplicates
)

Parameters

collection
Type: System.Collections.GenericIEnumerableProduct
allowDuplicates
Type: SystemBoolean
See Also