Share via


ContentListFactory.AllRows Property (PIA)

The AllRows property returns a new RowCollection object that allows access to the items in the ContentListFactory object. The AllRows property is read-only; however, the RowCollection object is read/write in that changes made using this object are reflected in the ContentListFactory object.

Definition

[Visual Basic .NET]

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

[C#]

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

Property Value

The RowCollection interface of a RowCollection object that contains all of the items in this ContentListFactory 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 in the ContentList object.

See Also

ContentListFactory Class

RowCollection Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.