Click or drag to resize
ChatHelperLogChatActivity Method (ChatActivityTypeEnum, String)
Logs activity with type specified by activityType. Title is set to

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void LogChatActivity(
	ChatActivityTypeEnum activityType,
	string title
)

Parameters

activityType
Type: CMS.ChatChatActivityTypeEnum
Type of activity to log
title
Type: SystemString
title
See Also