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
Aa530659.pubmethod(en-US,CS.70).gif 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%).)
Aa530659.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

UpmMembershipProvider Class

UpmMembershipProvider Members

Microsoft.CommerceServer.Runtime.Profiles Namespace