Click or drag to resize

EditableListItemCollection Constructor (IEnumerableEditableListItem)

Initializes a new instance of the EditableListItemCollection class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public EditableListItemCollection(
	IEnumerable<EditableListItem> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableEditableListItem
See Also