Click or drag to resize
ContactInfoProviderSetContactInfoInternal Method (ContactInfo, Boolean)
Sets (updates or inserts) specified contact.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetContactInfoInternal(
	ContactInfo contactObj,
	bool wasMerged
)

Parameters

contactObj
Type: CMS.ContactManagementContactInfo
Contact to be set
wasMerged
Type: SystemBoolean
Determines whether the given contact was merged and therefore the process should propagate the value to the log changes queue
See Also