Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / User Class / Migrate Method / Migrate(User,User) Method
The user that provides the source data.
The user to receive the data.
In This Topic
    Migrate(User,User) Method
    In This Topic
    Migrates data such as profile settings and basket contents from one user to another.
    Syntax
    public static void Migrate( 
       User oldUser,
       User newUser
    )

    Parameters

    oldUser
    The user that provides the source data.
    newUser
    The user to receive the data.
    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