Click or drag to resize
CMSMembershipProviderFindUsersByEmail Method
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.

Namespace: CMS.MembershipProvider
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 11.0.0
Syntax
C#
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: MembershipUserCollection
See Also