RoomStateReloadChatRoomInfo Method |
Reloads info about this chat room. Should be called every time after room is changed.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public void ReloadChatRoomInfo(
ChatRoomInfo newChatRoomInfo
)
Parameters
- newChatRoomInfo
- Type: CMS.ChatChatRoomInfo
New info about this chat room.
See Also