ChatRoomInfoProviderGetChatRoomInfo Method (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 roomCodeName
)
Parameters
- roomCodeName
- Type: SystemString
Chat room code name.
Return Value
Type:
ChatRoomInfoSee Also