ContactInfoProviderSetContactInfo Method |
Note: This API is now obsolete.
Namespace: CMS.ContactManagement
[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 )