ChatRoomInfoProviderGetChatRoomInfo Method (String, String) |
Returns chat room with specified name.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax public static ChatRoomInfo GetChatRoomInfo(
string roomName,
string siteName
)
Parameters
- roomName
- Type: SystemString
Chat room name. - siteName
- Type: SystemString
Site name.
Return Value
Type:
ChatRoomInfoSee Also