Click or drag to resize
ChatRoomHelperCreateIntiatedChatRoom Method
Creates new initiated chat room and inserts it into the database.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static ChatRoomInfo CreateIntiatedChatRoom(
	string namePattern,
	ChatUserInfo creator
)

Parameters

namePattern
Type: SystemString
Name of the new room. {0} will be replaced with RoomID.
creator
Type: CMS.ChatChatUserInfo
Creator of this room.

Return Value

Type: ChatRoomInfo
See Also