Click or drag to resize
ShoppingCartItemInfoProviderGetShoppingCartItemInfoInternal Method (Guid)
Returns shopping cart item with specified GUID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ShoppingCartItemInfo GetShoppingCartItemInfoInternal(
	Guid itemGuid
)

Parameters

itemGuid
Type: SystemGuid
Shopping cart item GUID

Return Value

Type: ShoppingCartItemInfo
See Also