ChatRoomHelper CreateIntiatedChatRoom Method Kentico 8.0 API Reference
Creates new initiated chat room and inserts it into the database.

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

Parameters

namePattern
Type: OnlineSystem String
Name of the new room. {0} will be replaced with RoomID.
creator
Type: CMS.Chat ChatUserInfo
Creator of this room.

Return Value

Type: ChatRoomInfo
See Also