Click or drag to resize

ItemCollection Constructor (IEnumerableItem)

Initializes a new instance of the ItemCollection class

Namespace:  Dynamicweb.Content.Items
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public ItemCollection(
	IEnumerable<Item> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableItem
See Also