Creates new initiated chat room and inserts it into the database.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- namePattern
- Type: System String
Name of the new room. {0} will be replaced with RoomID.
- creator
- Type: CMS.Chat ChatUserInfo
Creator of this room.
Return Value
Type: ChatRoomInfoSee Also