ContentItemCollection Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

A ContentItemCollection represents a set of rows in a ContentList.

Namespace:  Microsoft.CommerceServer.Runtime.Targeting
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Class ContentItemCollection _
    Implements IDisposable, ICollection, IEnumerable
'Usage
Dim instance As ContentItemCollection
public class ContentItemCollection : IDisposable, 
    ICollection, IEnumerable
public ref class ContentItemCollection : IDisposable, 
    ICollection, IEnumerable
public class ContentItemCollection implements IDisposable, ICollection, IEnumerable

Remarks

The collection consists of dictionaries (rows) contained.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContentItemCollection Members

Microsoft.CommerceServer.Runtime.Targeting Namespace