ModuleCommands.OnlineMarketingUpdateContactFromExternalData Method (Object, Nullable<Boolean>, Int32)Kentico 8.0 API Reference
Updates contact information from various sources (bizform record, user, customer, subscriber) - this requires fields of the source object to be mapped to contact.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

source
Type: OnlineSystem.Object
Source object
allowOverwrite
Type: OnlineSystem.Nullable<OnlineBoolean>
If TRUE existing contact data can be overwritten, if FALSE only empty properties can be filled, if null flag will be get from data class info
contactId
Type: OnlineSystem.Int32
Contact ID of contact to be updated
See Also