Click or drag to resize
AnalyticsDebugLogActivityOperation Method

Note: This API is now obsolete.

Logs the activity operation. Logs the activity operation to the file and to current request log for debugging.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute]
public static void LogActivityOperation(
	ActivityData data
)

Parameters

data
Type: CMS.WebAnalyticsActivityData
Activity data
See Also