LeadReplicationHelper GetContactsForInsert Method Kentico 8.0 API Reference
Returns an array of contacts for replication into SalesForce leads.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteId
Type: OnlineSystem Int32
The identifier of the site whose contacts will be selected.
modificationDateTimeThreshold
Type: OnlineSystem DateTime
The maximum date and time of contact's last modification.
suspensionDateTimeThreshold
Type: OnlineSystem DateTime
The maximum date and time of contact's last lead replication suspension.
scoreId
Type: OnlineSystem Int32
The identifier of the score whose value will determine which contacts will be replicated.
minScoreValue
Type: OnlineSystem Int32
The minimum score value that the contact has to reach to be replicated.
batchSize
Type: OnlineSystem Int32
Maximum number of contacts returned.
contactIdentifiers
Type:  OnlineSystem Int32 
An optional white list of contact identifiers.

Return Value

Type:  ContactInfo 
An array of contacts for replication into SalesForce leads.
See Also