Click or drag to resize
ChatServiceDeleteChatRoom 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: 12.0.0
Syntax
C#
public ChatGeneralResponse DeleteChatRoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Chat room to delete

Return Value

Type: ChatGeneralResponse
GeneralResponse

Implements

IChatServiceDeleteChatRoom(Int32)
See Also