Click or drag to resize
ShoppingCartInfoProviderGetExpiredShoppingCartsInternal Method
Returns shopping carts that are expired (by default older than 30 days).

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<ShoppingCartInfo> GetExpiredShoppingCartsInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryShoppingCartInfo
See Also