Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / UserRepository Class / LoadForEmail Method / LoadForEmail(String,Boolean) Method
Email address to lookup for
Whether to include anonymous users or not
In This Topic
    LoadForEmail(String,Boolean) Method
    In This Topic
    Loads User objects associated with the given email address
    Syntax
    public IList<User> LoadForEmail( 
       string email,
       bool includeAnonymous
    )

    Parameters

    email
    Email address to lookup for
    includeAnonymous
    Whether to include anonymous users or not

    Return Value

    The collection user objects associated with the given email address
    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