GetUsers gets all the users of the portal

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

Syntax

C#
public static ArrayList GetUsers(
	int portalId
)
Visual Basic
Public Shared Function GetUsers ( 
	portalId As Integer
) As ArrayList

Parameters

portalId
Type: System..::..Int32
The Id of the Portal

Return Value

An ArrayList of UserInfo objects.

Remarks