IChatService ChangeChatRoom Method Kentico 8.0 API Reference
Changes existing chat room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

roomID
Type: OnlineSystem Int32
Chat room to change
displayName
Type: OnlineSystem String
Display name of a new room (cannot be empty)
isPrivate
Type: OnlineSystem Boolean
Indicates if this room will be private
hasPassword
Type: OnlineSystem Boolean
Indicates if room has password
password
Type: OnlineSystem String
Optional password
allowAnonym
Type: OnlineSystem Boolean
True if anonymous users can join this room (anonym is chat user without CMS.User assigned to it)
description
Type: OnlineSystem String
Description of the chat room

Return Value

Type: ChatGeneralResponse ChatRoomData 
Changed chat room
See Also