ModuleCommandsOnlineMarketingUpdateContactFromExternalData Method (Object, 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,
int contactId
)
Parameters
- source
- Type: SystemObject
Source object - contactId
- Type: SystemInt32
Contact ID of contact to be updated
See Also