GetUsers gets all the users of the portal

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static ArrayList GetUsers(
	bool includeDeleted,
	bool superUsersOnly,
	int portalId
)
Visual Basic
Public Shared Function GetUsers ( 
	includeDeleted As Boolean,
	superUsersOnly As Boolean,
	portalId As Integer
) As ArrayList

Parameters

includeDeleted
Type: System..::..Boolean
Include Deleted Users.
superUsersOnly
Type: System..::..Boolean
Only get super users.
portalId
Type: System..::..Int32
The Id of the Portal

Return Value

An ArrayList of UserInfo objects.

Remarks