Click or drag to resize
RoomStateRoomInfo Property
Gets ChatRoomInfo of this room. Properties of this room can't be change via this instance (use ReloadChatRoomInfo() instead).

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatRoomInfo RoomInfo { get; }

Property Value

Type: ChatRoomInfo
See Also