Click or drag to resize
ActivityLogHelperProcessActivityLogRecord Method

Note: This API is now obsolete.

Inserts one log record to the database. Returns ID of created activity.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use ActivityLogger instead.")]
public static int ProcessActivityLogRecord(
	ActivityData activityData
)

Parameters

activityData
Type: CMS.WebAnalyticsActivityData
Parsed log record

Return Value

Type: Int32
Remarks
This method does not touch cache keys for the inserted activity ("om.activity|all", "om.contact|..|children", etc.) automatically. It has to be done by caller if needed.
See Also