Click or drag to resize
ContactInfoProviderUpdateContactFromExternalData Method (BaseInfo, Boolean, Int32)
Updates contact information from record submitted through BizForm module - this requires form fields to be mapped to contact.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static void UpdateContactFromExternalData(
	BaseInfo source,
	bool allowOverwrite,
	int contactID
)

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
contactID
Type: SystemInt32
Contact ID
See Also