Share via


ContentSelector.SelectedContentItems Property (BCL)

The SelectedContentItems property is a read-only ContentItemCollection consisting of the raw content items that were last selected using the GetContent method.

Definition

[Visual Basic .NET]

Public ReadOnly Property SelectedContentItems As ContentItemCollection

[C#]

public ContentItemCollection SelectedContentItems{get;} 

Property Value

A ContentItemCollection object consisting of the raw content items that were last selected using the GetContent method.

Remarks

Returns an empty collection if the GetContent method was not called or if no content was selected.

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.