Share via


ContentItemCollection Class (BCL)

A ContentItemCollection class represents a set of rows in a ContentList object.

System.Object
**** Microsoft.CommerceServer.Runtime.Targeting.ContentItemCollection

Public Instance Methods

Method Description
CopyTo(Array, Int32) Copies the dictionary objects to an array, starting at a particular array index.
Dispose Releases resources used by this object.
GetEnumerator Supports enumeration of the row dictionaries in the collection.

 

Public Instance Properties

Property Description
Count Gets the number of dictionaries (rows) contained in the collection.
IsSynchronized Gets a value indicating whether access to the collection is synchronized.
Item(Int32) Indexer to retrieve a content item based on its item ID.
SyncRoot Gets an object that can be used for synchronized access to the collection.

 

Protected Instance Methods

Method Description
CheckState Verifies that the object has not already been disposed.
Dispose(Boolean) Releases the unmanaged resources used by this class and optionally releases the managed resources.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.