ChatRoomHelperConvertRoomToData Method (ChatRoomInfo, Boolean) |
Makes ChatRoomData from information contained in ChatRoomInfo.
Property IsRemoved is set based on:
- if room is disabled, IsRemoved is true
- if user is anonymous and room does not allow anonymous users, IsRemoved is set to true
- otherwise it is set to false
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: 12.0.0
Syntax public static ChatRoomData ConvertRoomToData(
ChatRoomInfo roomInfo,
bool isUserAnonymous
)
Parameters
- roomInfo
- Type: CMS.ChatChatRoomInfo
Room info - isUserAnonymous
- Type: SystemBoolean
Anonymous state of current user
Return Value
Type:
ChatRoomDataChatRoomData
See Also