Click or drag to resize

ItemEntryCollection Constructor (IEnumerableItemEntry)

Initializes a new instance of the ItemEntryCollection class

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

Parameters

items
Type: System.Collections.GenericIEnumerableItemEntry
See Also