Click or drag to resize
ShoppingCartInfoContentTable Property
Table with the shopping cart items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<ShoppingCartLine> ContentTable { get; }

Property Value

Type: IEnumerableShoppingCartLine
See Also