CommerceContentSelectionModule Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The CommerceContentSelectionModule is responsible for creating the collection of ContentSelectionContext objects used in the site. This class cannot be inherited.

Namespace:  Microsoft.CommerceServer.Runtime.Targeting
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class CommerceContentSelectionModule _
    Inherits CommerceModule
'Usage
Dim instance As CommerceContentSelectionModule
public sealed class CommerceContentSelectionModule : CommerceModule
public ref class CommerceContentSelectionModule sealed : public CommerceModule
public final class CommerceContentSelectionModule extends CommerceModule

Remarks

The ContentSelectionContextCollection contains the ContentSelectionContext objects.

The ContentSelectionContext objects represent an application context for Content Selection Framework (CSF) content selection.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.CommerceModule
    Microsoft.CommerceServer.Runtime.Targeting..::.CommerceContentSelectionModule

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.

See Also

Reference

CommerceContentSelectionModule Members

Microsoft.CommerceServer.Runtime.Targeting Namespace