Click or drag to resize
ShoppingCartCleaner Class
Provides an ITask interface to delete old shopping carts.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShoppingCartCleaner

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public class ShoppingCartCleaner : ITask

The ShoppingCartCleaner type exposes the following members.

Constructors
  NameDescription
Public methodShoppingCartCleaner
Top
Methods
  NameDescription
Public methodExecute
Executes the action deleting old shopping carts from database.
Protected methodGetExpiredShoppingCarts
Returns shopping carts that are expired on given site.
Top
See Also