ShoppingCartInfoProviderGetShoppingCartItemInternal Method (ShoppingCartInfo, Int32) |
Returns shopping cart item from the specified shopping cart object.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual ShoppingCartItemInfo GetShoppingCartItemInternal(
ShoppingCartInfo cart,
int cartItemId
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart - cartItemId
- Type: SystemInt32
Shopping cart item ID
Return Value
Type:
ShoppingCartItemInfoSee Also