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