 | ICartItemCollectionTItem Property |
Retrieves the cart item with the specified id.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxT this[
NetForumId cartItemId
] { get; }ReadOnly Default Property Item (
cartItemId As NetForumId
) As T
Get
property T default[NetForumId^ cartItemId] {
T get (NetForumId^ cartItemId);
}abstract Item : 'T with get
Parameters
- cartItemId NetForumId
- The id of the cart item to retrieve.
Return Value
TThe requested cart item.
Exceptions| Exception | Condition |
|---|
| ArgumentException | cartItemId does not match any item in the collection
|
See Also