ChatRoomInfoProviderDeleteChatRoomInfo Method (ChatRoomInfo) |
Deletes specified chat room.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax public static void DeleteChatRoomInfo(
ChatRoomInfo roomObj
)
Parameters
- roomObj
- Type: CMS.ChatChatRoomInfo
Chat room to be deleted.
See Also