ChatRoomHelperCreateIntiatedChatRoom Method |
Creates new initiated chat room and inserts it into the database.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
ChatRoomInfoSee Also