summaryM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByEmail(System.Int32,System.String,System.Int32,System.Int32,System.Int32@)

Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public abstract ArrayList GetUsersByEmail(
	int portalId,
	string emailToMatch,
	int pageIndex,
	int pageSize,
	ref int totalRecords
)
Visual Basic
Public MustOverride Function GetUsersByEmail ( 
	portalId As Integer,
	emailToMatch As String,
	pageIndex As Integer,
	pageSize As Integer,
	ByRef totalRecords As Integer
) As ArrayList

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByEmail(System.Int32,System.String,System.Int32,System.Int32,System.Int32@)
emailToMatch
Type: System..::..String
paramemailToMatchM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByEmail(System.Int32,System.String,System.Int32,System.Int32,System.Int32@)
pageIndex
Type: System..::..Int32
parampageIndexM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByEmail(System.Int32,System.String,System.Int32,System.Int32,System.Int32@)
pageSize
Type: System..::..Int32
parampageSizeM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByEmail(System.Int32,System.String,System.Int32,System.Int32,System.Int32@)
totalRecords
Type: System..::..Int32%
paramtotalRecordsM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByEmail(System.Int32,System.String,System.Int32,System.Int32,System.Int32@)

Return Value

returnsM:DotNetNuke.Security.Membership.MembershipProvider.GetUsersByEmail(System.Int32,System.String,System.Int32,System.Int32,System.Int32@)

See Also