ChatRoomInfoProviderGetSupportChatRoomInfo Method |
Gets support chat room with specified code name.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax public static ChatRoomInfo GetSupportChatRoomInfo(
string roomCodeName
)
Parameters
- roomCodeName
- Type: SystemString
Code name of a room
Return Value
Type:
ChatRoomInfoChatRoomInfo or null
See Also