ICartItemCollectionTItem Property

Retrieves the cart item with the specified id.

Definition

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

Parameters

cartItemId  NetForumId
The id of the cart item to retrieve.

Return Value

T
The requested cart item.

Exceptions

ArgumentExceptioncartItemId does not match any item in the collection

See Also