summaryM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByEmail(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
Namespace: DotNetNuke.Security.MembershipAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in 5.1 as Ishydrated is no longer supported")] public override ArrayList GetUsersByEmail( int portalId, bool isHydrated, string emailToMatch, int pageIndex, int pageSize, ref int totalRecords ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in 5.1 as Ishydrated is no longer supported")> Public Overrides Function GetUsersByEmail ( portalId As Integer, isHydrated As Boolean, emailToMatch As String, pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer ) As ArrayList |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByEmail(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
- isHydrated
- Type: System..::..Boolean
paramisHydratedM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByEmail(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
- emailToMatch
- Type: System..::..String
paramemailToMatchM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByEmail(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
- pageIndex
- Type: System..::..Int32
parampageIndexM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByEmail(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
- pageSize
- Type: System..::..Int32
parampageSizeM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByEmail(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)
- totalRecords
- Type: System..::..Int32%
paramtotalRecordsM:DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUsersByEmail(System.Int32,System.Boolean,System.String,System.Int32,System.Int32,System.Int32@)