Click or drag to resize
ChatRoomInfoProviderGetChatRoomInfo Method (String)
Returns chat room with specified name.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatRoomInfo GetChatRoomInfo(
	string roomCodeName
)

Parameters

roomCodeName
Type: SystemString
Chat room code name.

Return Value

Type: ChatRoomInfo
See Also