Click or drag to resize
LeadReplicationEngineHost.Run Method (ContactInfo[])
Executes the replication of the specified contacts.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 12.0.0
Syntax
C#
public void Run(
	ContactInfo[] contacts
)

Parameters

contacts
Type:CMS.ContactManagement.ContactInfo[]
A white list of contact identifiers.
See Also