FindUsersByEmail Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns a collection of users whose email address match the search criteria.
Overload List
Name | Description | |
---|---|---|
FindUsersByEmail(String, Int32, Int32, Int32%) | Returns a collection of membership users whose email address match the search criteria. The total number of users matching the query are available. (Overrides MembershipProvider..::.FindUsersByEmail(String, Int32, Int32, Int32%).) | |
FindUsersByEmail(String, Int32, Int32, Boolean, Int32%) | Returns a collection of membership users whose email address match the search criteria. The total number of users matching the query are available. |
Top
Remarks
System.Web.Security.MembershipUserCollection contains a page of pageSizeSystem.Web.Security.MembershipUser objects beginning at the page specified by pageIndex.