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

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

Parameters

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