Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IUserRepository Interface / CreateUser Method / CreateUser(String) Method
Email address of the user to create.
In This Topic
    CreateUser(String) Method
    In This Topic
    Create a new user, with a random generated password.
    Syntax
    User CreateUser( 
       string email
    )

    Parameters

    email
    Email address of the user to create.

    Return Value

    A user instance if successful, or a null reference if the create fails.
    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