Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / WishlistItemCollection Class / MoveToBasket Method
List of wishlist items
Index of the basket item
The basket to move to
In This Topic
    MoveToBasket Method
    In This Topic
    Moves this collection of Wishlist items to the given basket
    Syntax
    [Extension()]
    public static void MoveToBasket( 
       IList<WishlistItem> items,
       int index,
       Basket basket
    )

    Parameters

    items
    List of wishlist items
    index
    Index of the basket item
    basket
    The basket 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