Click or drag to resize
ReplicateLeadCommand Class
Represents a command that replicates contacts to Salesforce leads.
Inheritance Hierarchy
SystemObject
  CMS.SalesForce.AutomationReplicateLeadCommand

Namespace: CMS.SalesForce.Automation
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public class ReplicateLeadCommand

The ReplicateLeadCommand type exposes the following members.

Constructors
  NameDescription
Public methodReplicateLeadCommand
Top
Properties
  NameDescription
Public propertyDeferredReplication
Gets or sets a value indicating whether the contact will not be replicated immediately, but during the next scheduled replication.
Top
Methods
  NameDescription
Public methodExecute
Replicates the specified contact to Salesforce leads, if applicable, and returns the result.
Top
See Also