Click or drag to resize
ChatSupportCannedResponseInfoProviderDeleteChatSupportCannedResponseInfoInternal Method
Deletes specified chat support canned response.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteChatSupportCannedResponseInfoInternal(
	ChatSupportCannedResponseInfo responseObj
)

Parameters

responseObj
Type: CMS.ChatChatSupportCannedResponseInfo
Chat support canned response to be deleted.
See Also