Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderRepository Class / UpdateUser Method / UpdateUser(Int32,Int32,Int32,String,Boolean,Boolean) Method
The order to update
The user to assign orders from
The user to assign orders to
Internal order note text for this change
Indicate wheter to update order email
Indicate wheter to update order billing address
In This Topic
    UpdateUser(Int32,Int32,Int32,String,Boolean,Boolean) Method
    In This Topic
    Reassign single order from one user to another.
    Syntax

    Parameters

    orderId
    The order to update
    oldUserId
    The user to assign orders from
    newUserId
    The user to assign orders to
    orderNote
    Internal order note text for this change
    updateOrderEmail
    Indicate wheter to update order email
    updatebillingAddress
    Indicate wheter to update order billing address
    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