ModuleCommandsOnlineMarketingUpdateContactFromExternalData Method (Object, NullableBoolean, Int32) |
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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public static void OnlineMarketingUpdateContactFromExternalData(
Object source,
Nullable<bool> allowOverwrite,
int contactId
)
Parameters
- source
- Type: SystemObject
Source object - allowOverwrite
- Type: SystemNullableBoolean
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: SystemInt32
Contact ID of contact to be updated
See Also