Click or drag to resize
ShoppingCartInfoProviderDeleteShoppingCartInfoInternal Method

Note: This API is now obsolete.

Deletes specified shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Delete(ShoppingCartInfo) instead.")]
protected virtual void DeleteShoppingCartInfoInternal(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to be deleted
See Also