Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / GetUserNameByEmail Method
The e-mail address to search for.
In This Topic
    GetUserNameByEmail Method
    In This Topic
    Gets the user name associated with the specified e-mail address.
    Syntax
    public override string GetUserNameByEmail( 
       string email
    )

    Parameters

    email
    The e-mail address to search for.

    Return Value

    The user name associated with the specified e-mail address. If no match is found, return a null reference (Nothing in Visual Basic).
    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