| AutomationHelperReplicateLead Method (ContactInfo, Boolean) | 
            Replicates the specified contact to Salesforce leads, if applicable, and returns the result.
            
 
Namespace: CMS.SalesForce.AutomationAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic static ReplicateLeadCommandResultEnum ReplicateLead(
	ContactInfo contact,
	bool deferredReplication
)
Parameters
- contact
- Type: CMS.ContactManagementContactInfo
 The contact to replicate.
- deferredReplication
- Type: SystemBoolean
 A value indicating whether the specified contact will not be replicated immediately, but during the next scheduled replication.
Return Value
Type: 
ReplicateLeadCommandResultEnum See Also
See Also