Click or drag to resize

ItemEntryCollectionT Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionT
    Dynamicweb.Content.ItemsCollectionT
      Dynamicweb.Content.ItemsItemEntryCollectionT

Namespace:  Dynamicweb.Content.Items
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public class ItemEntryCollection<T> : Collection<T>
where T : ItemEntry

Type Parameters

T

The ItemEntryCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodItemEntryCollectionT
Initializes a new instance of the ItemEntryCollectionT class
Public methodItemEntryCollectionT(IEnumerableT)
Initializes a new instance of the ItemEntryCollectionT class
Top
Properties
Methods
  NameDescription
Public methodAddRange (Inherited from CollectionT.)
Public methodFind (Inherited from CollectionT.)
Public methodFindAll (Inherited from CollectionT.)
Public methodFindIndex (Inherited from CollectionT.)
Public methodRemoveRange (Inherited from CollectionT.)
Public methodSort(IComparerT) (Inherited from CollectionT.)
Public methodSort(ComparisonT) (Inherited from CollectionT.)
Top
See Also