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