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

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

Parameters

roomCodeName
Type: SystemString
Code name of a room

Return Value

Type: ChatRoomInfo
ChatRoomInfo or null
See Also