Click or drag to resize
OnlineUserData Constructor
Constructs OnlineUserData.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public OnlineUserData(
	ChatUserInfo chatUser,
	DateTime lastChange,
	bool isRemoved,
	bool isHidden
)

Parameters

chatUser
Type: CMS.ChatChatUserInfo
Info of this chat user.
lastChange
Type: SystemDateTime
Last change
isRemoved
Type: SystemBoolean
If true, this record should be removed from list on client
isHidden
Type: SystemBoolean
If true, this record shouldn't be sent to client - it will be only stored on server side
See Also