CMSMembershipProviderFindUsersByEmail Method |
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
Namespace: CMS.MembershipProviderAssembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 13.0.131
Syntax public override MembershipUserCollection FindUsersByEmail(
string emailToMatch,
int pageIndex,
int pageSize,
out int totalRecords
)
Parameters
- emailToMatch
- Type: SystemString
User e-mail - pageIndex
- Type: SystemInt32
Not used - pageSize
- Type: SystemInt32
Not used - totalRecords
- Type: SystemInt32
Not used
Return Value
Type:
MembershipUserCollectionSee Also