Table of Contents

Class ItemCollection

Namespace
Dynamicweb.Content.Items
Assembly
Dynamicweb.dll

Represents a collection of items.

public class ItemCollection : Collection<Item>, IList<Item>, ICollection<Item>, IReadOnlyList<Item>, IReadOnlyCollection<Item>, IEnumerable<Item>, IList, ICollection, IEnumerable
Inheritance
ItemCollection
Implements
Inherited Members
Extension Methods

Constructors

ItemCollection()

Initializes a new instance of an object.

public ItemCollection()

ItemCollection(IEnumerable<Item>)

Initializes a new instance of an object.

public ItemCollection(IEnumerable<Item> items)

Parameters

items IEnumerable<Item>

Elements to be copied to this collection.

To top