Click or drag to resize
ChatRoomHelper.CreateClassicChatRoom Method
Creates classic (not one-to-one and not support) chat room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax
C#
public static ChatRoomData CreateClassicChatRoom(
	ChatUserInfo currentChatUser,
	string displayName,
	bool isPrivate,
	string password,
	bool allowAnonym,
	string description
)

Parameters

currentChatUser
Type: CMS.Chat.ChatUserInfo
Current chat user
displayName
Type: System.String
Display name
isPrivate
Type: System.Boolean
Is private
password
Type: System.String
Password
allowAnonym
Type: System.Boolean
Allow anonym
description
Type: System.String
Description of the chat room

Return Value

Type: ChatRoomData
ChatRoomData
See Also