Click or drag to resize
IChatServiceDeleteChatRoom Method
Disables room. User has to be either Global admin, has ManageRooms permission or be creator/admin of this room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse DeleteChatRoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Chat room to delete

Return Value

Type: ChatGeneralResponse
GeneralResponse
See Also