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

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public 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: ChatRoomData
ChatRoomData
See Also