Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartInfoInternal Method (Guid)

Note: This API is now obsolete.

Returns shopping cart with specified GUID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(System.Guid) instead.")]
protected virtual ShoppingCartInfo GetShoppingCartInfoInternal(
	Guid cartGuid
)

Parameters

cartGuid
Type: SystemGuid
Shopping cart GUID

Return Value

Type: ShoppingCartInfo
See Also