ChatRoomHelper ConvertRoomToData Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberConvertRoomToData(ChatRoomInfo)
Makes ChatRoomData from information contained in ChatRoomInfo. User is considered as non anonymous here. 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
Public methodStatic memberConvertRoomToData(RoomState)
Makes ChatRoomData from information contained in ChatRoomInfo. User is considered as non anonymous here. 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
Public methodStatic memberConvertRoomToData(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.
Public methodStatic memberConvertRoomToData(RoomState, 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
Back to Top
See Also