Gets a collection of Online Users

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

Syntax

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

Parameters

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

Return Value

An ArrayList of UserInfo objects

See Also