| ChatRoomHelperCreateClassicChatRoom Method | 
            Creates classic (not one-to-one and not support) chat room.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
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
See Also