GetUsers gets all the users of the portal
Namespace: DotNetNuke.Security.MembershipAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public override ArrayList GetUsers( int portalId, int pageIndex, int pageSize, ref int totalRecords ) |
Visual Basic |
---|
Public Overrides Function GetUsers ( portalId As Integer, pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer ) As ArrayList |
Parameters
- portalId
- Type: System..::..Int32
The Id of the Portal
- 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.
Return Value
An ArrayList of UserInfo objects.
Remarks
If all records are required, (ie no paging) set pageSize = -1