Click or drag to resize
RoomOnlineUserData Constructor
Constructor.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public RoomOnlineUserData(
	ChatUserInfo chatUser,
	bool isOnline,
	AdminLevelEnum adminLevel,
	DateTime lastChange,
	bool isRemoved
)

Parameters

chatUser
Type: CMS.ChatChatUserInfo
Chat user
isOnline
Type: SystemBoolean
Is online
adminLevel
Type: CMS.ChatAdminLevelEnum
Admin level
lastChange
Type: SystemDateTime
Last modification
isRemoved
Type: SystemBoolean
True if this user should be removed from list on client
See Also