Share via


ContentSelector.AllContentItems Property (BCL)

The AllContentItems property is a read-only ContentItemCollection containing all of the content items that were retrieved from the cache during the last call to the GetContent method.

Definition

[Visual Basic .NET]

Public ReadOnly Property AllContentItems As ContentItemCollection

[C#]

public ContentItemCollection AllContentItems{get;} 

Property Value

A ContentItemCollection object containing all of the content items that were retrieved from the cache during the last call to GetContent.

Remarks

Returns an empty collection if the GetContent method was not called or if no content was retrieved from the cache.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Display Targeted Advertisements on an ASP.NET Web Form

Copyright © 2005 Microsoft Corporation.
All rights reserved.