ContactInfoProviderSetContactInfoInternal Method |
Note: This API is now obsolete.
Sets (updates or inserts) specified contact.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Set(ContactInfo) instead. To indicate the contact was merged, use the ContactInfo.MarkAsMerged() method.")]
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