Click or drag to resize
ShoppingCartItemParametersProductOptions Property
Collection of the product options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public List<ShoppingCartItemParameters> ProductOptions { get; set; }

Property Value

Type: ListShoppingCartItemParameters
See Also