| ChatRoomHelperCreateClassicChatRoom Method  | 
            Creates classic (not one-to-one and not support) chat room.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic static ChatRoomData CreateClassicChatRoom(
	ChatUserInfo currentChatUser,
	string displayName,
	bool isPrivate,
	string password,
	bool allowAnonym,
	string description
)
Parameters
- currentChatUser
 - Type: CMS.ChatChatUserInfo
Current chat user - displayName
 - Type: SystemString
Display name - isPrivate
 - Type: SystemBoolean
Is private - password
 - Type: SystemString
Password - allowAnonym
 - Type: SystemBoolean
Allow anonym - description
 - Type: SystemString
Description of the chat room 
Return Value
Type: 
ChatRoomDataChatRoomData
See Also