Share via


ContentList.AllRows Property (PIA)

The AllRows property returns a new RowCollection object that allows access to the items in the ContentList object and, through aggregation, the ContentListFactory object. The AllRows property is read-only; however, the RowCollection object is read/write. Changes made to the data in the RowCollection object are reflected in the ContentList object.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public ReadOnly Property AllRows As RowCollection

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
IRowCollection  AllRows{get;}

[C#]

Property Value

The RowCollection interface of a RowCollection object that contains all of the items in this ContentList object.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Remarks

This property is functionally identical to the one of the same name to be found in the ContentListFactory object.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: cachecomplib (in cachecomplib.dll)

See Also

ContentList Class

RowCollection Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.