Click or drag to resize
ChatRoomHelperConvertRoomToDataRemoved Method
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.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatRoomData ConvertRoomToDataRemoved(
	ChatRoomInfo roomInfo,
	bool isRemoved
)

Parameters

roomInfo
Type: CMS.ChatChatRoomInfo
Room info
isRemoved
Type: SystemBoolean
If true room will be returned with IsRemoved = true

Return Value

Type: ChatRoomData
ChatRoomData
See Also