Click or drag to resize
ContactInfoProviderSetContactInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified contact.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IContactInfoProvider.Set(ContactInfo) instead. To indicate the contact was merged, use the ContactInfo.MarkAsMerged() method. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ContactInfo.Provider.")]
public static void SetContactInfo(
	ContactInfo contactObj,
	bool wasMerged = false
)

Parameters

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