ContactInfoProviderSetContactInfo Method |
Sets (updates or inserts) specified contact.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax 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