Click or drag to resize
ShoppingCartCleanerGetExpiredShoppingCarts Method
Returns shopping carts that are expired on given site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual List<ShoppingCartInfo> GetExpiredShoppingCarts(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site where shopping carts are examined.

Return Value

Type: ListShoppingCartInfo
See Also