Click or drag to resize

ProductItemCollection Constructor (IEnumerableProductItem)

Initializes a new instance of the ProductItemCollection class

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public ProductItemCollection(
	IEnumerable<ProductItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableProductItem
See Also