Table of Contents

Class ItemEntryCollection

Namespace
Dynamicweb.Content.Items
Assembly
Dynamicweb.dll
Represents a collection of item entries.
public class ItemEntryCollection : Collection<ItemEntry>, IList<ItemEntry>, ICollection<ItemEntry>, IReadOnlyList<ItemEntry>, IReadOnlyCollection<ItemEntry>, IEnumerable<ItemEntry>, IList, ICollection, IEnumerable
Inheritance
ItemEntryCollection
Implements
Inherited Members
Extension Methods

Constructors

ItemEntryCollection()

Initializes a new instance of an object.
public ItemEntryCollection()

ItemEntryCollection(IEnumerable<ItemEntry>)

Initializes a new instance of an object.
public ItemEntryCollection(IEnumerable<ItemEntry> items)

Parameters

items IEnumerable<ItemEntry>
Elements to be copied to this collection.
To top