Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / BasketItemCollection Class / MoveToWishlist Method
Basket Item List
Index of the item to move
The wishlist to move to
In This Topic
    MoveToWishlist Method
    In This Topic
    Move the basket item at the given index to the given wishlist
    Syntax
    [Extension()]
    public static void MoveToWishlist( 
       IList<BasketItem> items,
       int index,
       Wishlist wishlist
    )

    Parameters

    items
    Basket Item List
    index
    Index of the item to move
    wishlist
    The wishlist to move to
    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