Click or drag to resize
ChatRoomData Class
Info about chat room.
Inheritance Hierarchy
SystemObject
  CMS.ChatChatRoomData

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class ChatRoomData

The ChatRoomData type exposes the following members.

Constructors
  NameDescription
Public methodChatRoomData
Top
Properties
  NameDescription
Public propertyAllowAnonym
Allow anonym.
Public propertyCanManage
If user can manage this room (edit, delete).
Public propertyDescription
Description of the chat room.
Public propertyDisplayName
Display name of a room.
Public propertyHasPassword
Has password.
Public propertyChatRoomID
Chat room ID.
Public propertyIsPrivate
Is private.
Public propertyIsRemoved
True if this room should be removed from list on client.
Top
See Also