ContentSelector Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
ContentSelector is the object used to invoke CSF pipelines
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class ContentSelector _
Implements IDisposable, IEnumerable
'Usage
Dim instance As ContentSelector
public class ContentSelector : IDisposable,
IEnumerable
public ref class ContentSelector : IDisposable,
IEnumerable
public class ContentSelector implements IDisposable, IEnumerable
Remarks
The content selection objects are used to select custom content for display on Web pages and are part of the Content Selection Framework (CSF). Although the CSF uses many different objects to select content, such as the ContentList Object [CS05] object, the ContentListFactory Object [CS05] object, and the CacheManager object, this section focuses on the ContentSelector object, which is the main object used to get and display targeted content. The ContentSelector object invokes different CSF pipelines to select different types of content based on the dictionary passed to the GetContent method.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Targeting..::.ContentSelector
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
Microsoft.CommerceServer.Runtime.Targeting Namespace