ContactInfoProviderUpdateContactFromExternalData Method (BaseInfo, Boolean, ContactInfo) |
Updates contact information from record submitted through BizForm module - this requires form fields to be mapped to contact.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax public static void UpdateContactFromExternalData(
BaseInfo source,
bool allowOverwrite,
ContactInfo contact
)
Parameters
- source
- Type: CMS.DataEngineBaseInfo
Data class object with source data and mapping definition - allowOverwrite
- Type: SystemBoolean
If TRUE existing contact data can be overwritten otherwise only empty properties can be filled - contact
- Type: CMS.ContactManagementContactInfo
Optional. If null then current contact will be updated.
See Also