| ChatRoomInfoProviderGetSupportChatRoomInfo Method | 
            Gets support chat room with specified code name.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static ChatRoomInfo GetSupportChatRoomInfo(
	string roomCodeName
)
Parameters
- roomCodeName
- Type: SystemString
 Code name of a room
Return Value
Type: 
ChatRoomInfoChatRoomInfo or null
 See Also
See Also