Click or drag to resize
ShoppingCartLine Constructor
Creates a new instance of the ShoppingCartLine.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public ShoppingCartLine(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Cart item to create the line from.
See Also