Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderRepository Class / UpdateUser Method / UpdateUser(Int32,Int32) Method
The user to assign orders from
The user to assign orders to
In This Topic
    UpdateUser(Int32,Int32) Method
    In This Topic
    Reassign all orders from one user to another.
    Syntax
    public void UpdateUser( 
       int oldUserId,
       int newUserId
    )

    Parameters

    oldUserId
    The user to assign orders from
    newUserId
    The user to assign orders 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