Sets the cached Users Online Information

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

Syntax

C#
public void SetUserList(
	Hashtable userList
)
Visual Basic
Public Sub SetUserList ( 
	userList As Hashtable
)

Parameters

userList
Type: System.Collections..::..Hashtable
paramuserListM:DotNetNuke.Entities.Users.UserOnlineController.SetUserList(System.Collections.Hashtable)

See Also