ShoppingCartCleanerGetExpiredShoppingCarts Method |
Returns shopping carts that are expired on given site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax protected virtual List<ShoppingCartInfo> GetExpiredShoppingCarts(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
ID of the site where shopping carts are examined.
Return Value
Type:
ListShoppingCartInfoSee Also