ContactInfoProviderSetContactInfo Method (ContactInfo, Boolean) |
Sets (updates or inserts) specified contact.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax 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