Click or drag to resize
ChatSupportCannedResponseInfoProviderGetCannedResponses Method
Gets canned responses for specified user and site. Gets: - canned responses assigned to user - canned responses assigned to site - global canned responses (all sites)

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<ChatSupportCannedResponseInfo> GetCannedResponses(
	int chatUserID,
	int siteID
)

Parameters

chatUserID
Type: SystemInt32
Owner of canned responses
siteID
Type: SystemInt32
Site of canned responses

Return Value

Type: IEnumerableChatSupportCannedResponseInfo
Canned responses
See Also