Click or drag to resize
RoomStateReloadChatRoomInfo Method
Reloads info about this chat room. Should be called every time after room is changed.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public void ReloadChatRoomInfo(
	ChatRoomInfo newChatRoomInfo
)

Parameters

newChatRoomInfo
Type: CMS.ChatChatRoomInfo
New info about this chat room.
See Also