| ChatRoomInfoProviderGetChatRoomInfo Method (String) | 
            Returns chat room with specified name.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntaxpublic static ChatRoomInfo GetChatRoomInfo(
	string roomCodeName
)
Parameters
- roomCodeName
 - Type: SystemString
Chat room code name. 
Return Value
Type: 
ChatRoomInfo
See Also