ActivityLogHelperProcessActivityLogRecord Method |
Note: This API is now obsolete.
Inserts one log record to the database. Returns ID of created activity.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Use ActivityLogger instead.")]
public static int ProcessActivityLogRecord(
ActivityData activityData
)
Parameters
- activityData
- Type: CMS.WebAnalyticsActivityData
Parsed log record
Return Value
Type:
Int32Remarks
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