Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IAddressRepository Interface / UpdateUser Method
the old user id
the new user id
In This Topic
    UpdateUser Method (IAddressRepository)
    In This Topic
    Reassign addresses from one user to another.
    Syntax
    void UpdateUser( 
       int oldUserId,
       int newUserId
    )

    Parameters

    oldUserId
    the old user id
    newUserId
    the new user id
    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