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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected Dictionary<int, ShoppingCartItemCheckResult> mItemResultsBySKUID

Field Value

Type: DictionaryInt32, ShoppingCartItemCheckResult
See Also