ContactInfoProviderUpdateLeadReplicationStatusInternal Method |
Updates the specified contact in database with information related to Salesforce lead replication.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual void UpdateLeadReplicationStatusInternal(
ContactInfo contact,
DateTime lastLeadReplicationDateTime
)
Parameters
- contact
- Type: CMS.OnlineMarketingContactInfo
The contact to update. - lastLeadReplicationDateTime
- Type: SystemDateTime
The date and time of contact's last successful replication.
See Also