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