Class Ecommerce.ProductCatalog.OnBeforeProductListRenderArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about the product list before rendering.
public class Ecommerce.ProductCatalog.OnBeforeProductListRenderArgs : NotificationArgs
- Inheritance
-
Ecommerce.ProductCatalog.OnBeforeProductListRenderArgs
- Inherited Members
Properties
GroupId
Gets or sets the group ID.
public string GroupId { get; set; }
Property Value
ModelSettings
Gets or sets the model settings.
public ProductListViewModelSettings ModelSettings { get; set; }
Property Value
ProductAutoIds
Gets or sets the product auto IDs collection.
public IEnumerable<long> ProductAutoIds { get; set; }
Property Value
Template
Template used for rendering the product list.
public Template Template { get; set; }