Click or drag to resize
ChatServiceRejectMessage Method
Rejects the message. Checks for permissions for a specified room (roomID can be get from messageID) and if current chat user has admin rights, it rejects the message.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
public ChatGeneralResponse RejectMessage(
	int messageID
)

Parameters

messageID
Type: SystemInt32
Message ID

Return Value

Type: ChatGeneralResponse
General response

Implements

IChatServiceRejectMessage(Int32)
See Also