GetUsersByEmail gets all the users of the portal whose email matches a provided
filter expression
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static ArrayList GetUsersByEmail( int portalId, string emailToMatch, int pageIndex, int pageSize, ref int totalRecords ) |
Visual Basic |
---|
Public Shared 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
The Id of the Portal
- emailToMatch
- Type: System..::..String
The email address to use to find a match.
- pageIndex
- Type: System..::..Int32
The page of records to return.
- pageSize
- Type: System..::..Int32
The size of the page
- totalRecords
- Type: System..::..Int32%
The total no of records that satisfy the criteria.