Click or drag to resize
ShoppingCartCheckResultItemResultsBySKUID Property
Dictionary of ShoppingCartItem check results indexed by the ID of SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected Dictionary<int, ShoppingCartItemCheckResult> ItemResultsBySKUID { get; }

Property Value

Type: DictionaryInt32, ShoppingCartItemCheckResult
See Also