Share via


Using Content Selection Pipelines

Using Content Selection pipelines included in Microsoft Commerce Server 2002 requires setting up the CacheManager object and the information required by the ContentSelector object. However, custom Content Selection pipelines may or may not use the CacheManager object depending on the size of the content to cache. For code to set up the CacheManager and the ContentSelector objects, see Content Selection Objects.

You can trace the actions of Content Selection pipelines by turning trace mode on for the pipeline. Trace mode uses the ContentSelector object to pass the value to the pipeline. In the following example, if oContentSelector were a ContentSelector object, then the line of code would appear as follows:

oContentSelector.Trace=True

Ee797858.note(en-US,CS.20).gifNote

  • Trace mode should not be turned on when running Content Selection pipelines in production Web sites.

Copyright © 2005 Microsoft Corporation.
All rights reserved.