Click or drag to resize
RoomOnlineUserData Class
Data about one online user in a room.
Inheritance Hierarchy
SystemObject
  CMS.ChatRoomOnlineUserData

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class RoomOnlineUserData : IChatCacheableWithCurrentState<int>, 
	IChatIncrementalCacheable

The RoomOnlineUserData type exposes the following members.

Constructors
  NameDescription
Public methodRoomOnlineUserData
Constructor.
Top
Properties
  NameDescription
Public propertyAdminLevel
Is admin in 'this' room.
Public propertyChangeTime
Last modification of this user.
Public propertyChatUser
Chat user.
Public propertyChatUserID
Gets ID of this user.
Public propertyIsAnonymous
Gets IsAnonymous state of this user. True if user is anonymous (has not cms user associated with it).
Public propertyIsChatAdmin
Is global chat admin (has ManageRooms).
Public propertyIsOnline
True if user is online.
Public propertyIsRemoved
True if this user should be removed from list on client
Public propertyNickname
Gets nickname of this user.
Public propertyPK
Primary key
Top
Methods
See Also