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