Click or drag to resize
ContactInfoProviderLogContactChange Method

Note: This API is now obsolete.

Logs the contact change to the change queue, so it can be processed later by Contact Group and Scoring evaluators.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("User LogContactChage(int, List<string>, bool, bool) instead.")]
protected void LogContactChange(
	ContactInfo contact,
	List<string> changedProperties,
	int wasMergedInto,
	bool newContact
)

Parameters

contact
Type: CMS.ContactManagementContactInfo
Currently changed contact
changedProperties
Type: System.Collections.GenericListString
List of properties which were changed
wasMergedInto
Type: SystemInt32
ID of the previously parent contact if split is being performed now
newContact
Type: SystemBoolean
If true the change represents a new contact creation
See Also