| ChatRoomInfoProviderGetChatRoomInfoInternal Method (String, String) | 
            Returns chat room with specified name.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntaxprotected virtual ChatRoomInfo GetChatRoomInfoInternal(
	string roomName,
	string siteName
)
Parameters
- roomName
 - Type: SystemString
Chat room name. - siteName
 - Type: SystemString
Site name. 
Return Value
Type: 
ChatRoomInfo
See Also