Click or drag to resize

ICartItemCollectionTItem Property

Retrieves the cart item with the specified id.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
T this[
	NetForumId cartItemId
] { get; }

Parameters

cartItemId  NetForumId
The id of the cart item to retrieve.

Return Value

T
The requested cart item.
Exceptions
ExceptionCondition
ArgumentExceptioncartItemId does not match any item in the collection
See Also