Click or drag to resize
ChatRoomInfoProvider.GetSupportChatRoomInfo Method
Gets support chat room with specified code name.

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

Parameters

roomCodeName
Type: System.String
Code name of a room

Return Value

Type: ChatRoomInfo
ChatRoomInfo or null
See Also