Click or drag to resize
LeadReplicationHelperPrepareLeadForReplicationInternal Method
Modifies the SalesForce lead after the contact mapping.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
protected virtual void PrepareLeadForReplicationInternal(
	Entity lead,
	ContactInfo contact
)

Parameters

lead
Type: CMS.SalesForceEntity
The SalesForce lead to modify.
contact
Type: CMS.OnlineMarketingContactInfo
The contact that was mapped.
See Also