Click or drag to resize
ChatSupportCannedResponseInfoProvider.GetChatSupportCannedResponseInfoInternal Method
Returns chat support canned response with specified ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
protected virtual ChatSupportCannedResponseInfo GetChatSupportCannedResponseInfoInternal(
	int responseId
)

Parameters

responseId
Type: System.Int32
Chat support canned response ID.

Return Value

Type: ChatSupportCannedResponseInfo
See Also