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

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

Syntax

C#
public virtual ArrayList GetUsersByEmail(
	int portalId,
	string emailToMatch,
	int pageIndex,
	int pageSize,
	ref int totalRecords,
	bool includeDeleted,
	bool superUsersOnly
)
Visual Basic
Public Overridable Function GetUsersByEmail ( 
	portalId As Integer,
	emailToMatch As String,
	pageIndex As Integer,
	pageSize As Integer,
	ByRef totalRecords As Integer,
	includeDeleted As Boolean,
	superUsersOnly As Boolean
) As ArrayList

Parameters

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

Return Value

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

See Also