Click or drag to resize
ShoppingCartItemInfoProviderGetShoppingCartItemsInternal Method
Returns DataSet with all shopping cart items data of the specified cart. DataSet includes both SKU data and shopping cart item data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual DataSet GetShoppingCartItemsInternal(
	int cartId
)

Parameters

cartId
Type: SystemInt32
Shopping cart ID

Return Value

Type: DataSet
See Also