Click or drag to resize
ActivityLogHelperProcessActivityUpdateMerged Method
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.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void ProcessActivityUpdateMerged(
	int firstActivityId,
	int lastActivityId
)

Parameters

firstActivityId
Type: SystemInt32
First activity ID to be processed
lastActivityId
Type: SystemInt32
last activity ID to be processed
See Also