ActivityLogHelper ProcessActivityLogRecord Method Kentico 8.1 API Reference
Inserts one log record to the database. Returns ID of created activity.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.1.5347.20411)

Return Value

Type: OnlineInt32
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