SelectedContentItems Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a collection consisting of the raw content items that were last selected using the GetContent method.
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedContentItems As ContentItemCollection
'Usage
Dim instance As ContentSelector
Dim value As ContentItemCollection
value = instance.SelectedContentItems
public ContentItemCollection SelectedContentItems { get; }
public:
property ContentItemCollection^ SelectedContentItems {
ContentItemCollection^ get ();
}
public function get SelectedContentItems () : ContentItemCollection
Property Value
Type: Microsoft.CommerceServer.Runtime.Targeting..::.ContentItemCollection
The ContentItemCollection consisting of the raw content items that were last selected using the GetContent method.
Remarks
Gets a collection consisting of the raw content items that were last selected using the GetContent method. Returns nullNothingnullptra null reference (Nothing in Visual Basic) if GetContent was not called or if no content was selected.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.