| 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: 9.0.0
Syntaxpublic void ReloadChatRoomInfo(
	ChatRoomInfo newChatRoomInfo
)
Parameters
- newChatRoomInfo
 - Type: CMS.ChatChatRoomInfo
New info about this chat room. 
See Also