Click or drag to resize
ActivityLogHelper Class
Provides functionality for activity logging.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsActivityLogHelper

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static class ActivityLogHelper

The ActivityLogHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetActivityDependencyCacheKeys
Gets cache keys which should be touched after batch of activities is inserted to the database.
Public methodStatic memberGetContactIDByEmail
Returns contact ID for e-mail address.
Public methodStatic memberGetContactIDByMembership
Gets contact ID from membership relations.
Public methodStatic memberProcessActivityUpdateMerged
Updates activities performed by now merged contacts, so their ActivityActiveContactID column correctly points to the ID of the now parent contact. ActivityOriginalContactID column will be set to the ID of the now merged contact who previously performed the activity.
Top
See Also