OnlineUserData Constructor Kentico 8.0 API Reference
Constructs OnlineUserData.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

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