Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / WishlistItemCollection Class / GetBasketItem Method
List of wishlist items
Index at wich you want to get wishlist item
Current basket
In This Topic
    GetBasketItem Method
    In This Topic
    Get basket item for wishlist item against given index
    Syntax
    [Extension()]
    public static BasketItem GetBasketItem( 
       IList<WishlistItem> items,
       int index,
       Basket basket
    )

    Parameters

    items
    List of wishlist items
    index
    Index at wich you want to get wishlist item
    basket
    Current basket

    Return Value

    Basket item object
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also