Click or drag to resize
ShoppingCartCheckResultItemResults Property
Results for all products which have failed during check.

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

Property Value

Type: ListShoppingCartItemCheckResult
See Also