Share via


CommerceContentSelectionModule.ContentSelectionContexts Property (BCL)

The ContentSelectionContexts property is a read-only ContentSelectionContextCollection that was built in the contentSelection portion of the web.config file.

Definition

[Visual Basic .NET]

Public ReadOnly Property ContentSelectionContexts As ContentSelectionContextCollection

[C#]

public ContentSelectionContextCollection ContentSelectionContexts{get;} 

Property Value

ContentSelectionContextCollection object that was built in the contentSelection portion of the web.config file.

Remarks

The value will be null if the CommerceContentSelectionModule object was not configured in the web.config file. ASP .NET pages should reference this through the CommerceContext.Current.TargetingSystem.ExpressionEvaluator property.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.