Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / Wishlist Class / Transfer Method / Transfer(Int32,Int32) Method
The ID of the source wishlist.
The ID of the target wishlist.
In This Topic
    Transfer(Int32,Int32) Method
    In This Topic
    Moves the source wishlist to the target wishlist if the source wishlist is not empty.
    Syntax
    public static void Transfer( 
       int sourceId,
       int targetId
    )

    Parameters

    sourceId
    The ID of the source wishlist.
    targetId
    The ID of the target wishlist.
    Remarks
    Any existing contents of the target wishlist are removed prior to transfer.
    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