Click or drag to resize
ChatRoomInfoProviderSetChatRoomInfoInternal Method
Sets (updates or inserts) specified chat room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetChatRoomInfoInternal(
	ChatRoomInfo roomObj
)

Parameters

roomObj
Type: CMS.ChatChatRoomInfo
Chat room to be set.
See Also