ContactInfoProvider LogContactChange Method Kentico 8.1 API Reference
Logs the contact change to the change queue, so it can be processed later by Contact Group and Scoring evaluators.

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

Parameters

contact
Type: CMS.OnlineMarketing ContactInfo
Currently changed contact
changedProperties
Type: OnlineSystem.Collections.Generic List OnlineString 
List of properties which were changed
wasMergedInto
Type: OnlineSystem Int32
ID of the previously parent contact if split is being performed now
newContact
Type: OnlineSystem Boolean
If true the change represents a new contact creation
See Also