Share via


ProductsList Control

Displays a list of products in a catalog/category.

Control Description
Web User Control ProductList.ascx

Inherits Microsoft.CommerceServer.Site.Catalogs.ProductsList

Codebehind ProductsList.ascx.vb
Project File Catalogs\vb\Catalogs VB Controls.vbproj
Namespace Microsoft.CommerceServer.Site.Catalogs
DLL / Assembly Microsoft.CommerceServer.Retail2002.Catalogs.dll

This control has the following properties:

Property Description
Catalog Gets or sets the current catalog.
Category Gets or sets the current category.
Path Gets or sets the category hierarchy for the current category.
ProductId Gets the product ID for the currently selected item.
VariantId Gets the variant ID for the currently selected item.
RenderList Renders a products list based on the current configuration.

Where used

ASPX Pages

  • Catalog.aspx
  • Category.aspx
  • Default.aspx

Copyright © 2005 Microsoft Corporation.
All rights reserved.