Click or drag to resize
ShoppingCartInfoProviderGetExpiredShoppingCarts 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#
public static ObjectQuery<ShoppingCartInfo> GetExpiredShoppingCarts(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryShoppingCartInfo
See Also