Click or drag to resize
ReplicateLeadCommandExecute Method
Replicates the specified contact to Salesforce leads, if applicable, and returns the result.

Namespace: CMS.SalesForce.Automation
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public ReplicateLeadCommandResultEnum Execute(
	ContactInfo contact
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
The contact to replicate.

Return Value

Type: ReplicateLeadCommandResultEnum
The action result.
Remarks
The complete replication process is executed, however, it's limited to the specified contact.
See Also