Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / WishlistItemCollection Class / Add Method
List of wishlist items
Basket item based on which to create a new WishlistItem
In This Topic
    Add Method (WishlistItemCollection)
    In This Topic
    Adds a new basket item to this WishlistItem collection
    Syntax
    [Extension()]
    public static void Add( 
       IList<WishlistItem> items,
       BasketItem item
    )

    Parameters

    items
    List of wishlist items
    item
    Basket item based on which to create a new WishlistItem
    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