Makes ChatRoomData from information contained in ChatRoomInfo.
If room is removed, its values are not set. Only RoomID and IsRemoved = true are returned.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- roomInfo
- Type: CMS.Chat ChatRoomInfo
Room info
- isRemoved
- Type: System Boolean
If true room will be returned with IsRemoved = true
Return Value
Type: ChatRoomDataChatRoomData
See Also