Click or drag to resize
ChatSupportCannedResponseInfoProviderDeleteChatSupportCannedResponseInfo Method (Int32)
Deletes chat support canned response with specified ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void DeleteChatSupportCannedResponseInfo(
	int responseId
)

Parameters

responseId
Type: SystemInt32
Chat support canned response ID.
See Also