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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static void SetContactInfo(
	ContactInfo contactObj,
	bool processAutomaticMerging
)

Parameters

contactObj
Type: CMS.OnlineMarketingContactInfo
Contact to be set
processAutomaticMerging
Type: SystemBoolean
Switch whether or not should be processed automatic contact merging. Default is true.
See Also