ContentSelectionContext Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents an application context for CSF (ContentSelectionFramework) content selection.
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class ContentSelectionContext _
Implements IEnumerable
'Usage
Dim instance As ContentSelectionContext
public class ContentSelectionContext : IEnumerable
public ref class ContentSelectionContext : IEnumerable
public class ContentSelectionContext implements IEnumerable
Remarks
A ContentSelectionContext is a collection of name-value pairs.
Represents an application context for CSF (ContentSelectionFramework) content selection. For example, advertising and discounts each have their own ContentSelectionContext to specify things like the pipeline and cache that should be used by the ContentSelector object.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Targeting..::.ContentSelectionContext
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.