Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / FindUsersByEmail Method
The e-mail address to search for.
The index of the page of results to return. pageIndex is zero-based.
The size of the page of results to return.
The total number of matched users.
In This Topic
    FindUsersByEmail Method
    In This Topic
    Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
    Syntax

    Parameters

    emailToMatch
    The e-mail address to search for.
    pageIndex
    The index of the page of results to return. pageIndex is zero-based.
    pageSize
    The size of the page of results to return.
    totalRecords
    The total number of matched users.

    Return Value

    A System.Web.Security.MembershipUserCollection collection that contains a page of pageSize System.Web.Security.MembershipUser objects beginning at the page specified by pageIndex.
    Remarks
    In AbleCommerce, this is equivalent to FindUsersByName because email address is always the username.
    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