Returns an array of contacts for replication into SalesForce leads.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteId
- Type: System Int32
The identifier of the site whose contacts will be selected.
- modificationDateTimeThreshold
- Type: System DateTime
The maximum date and time of contact's last modification.
- suspensionDateTimeThreshold
- Type: System DateTime
The maximum date and time of contact's last lead replication suspension.
- scoreId
- Type: System Int32
The identifier of the score whose value will determine which contacts will be replicated.
- minScoreValue
- Type: System Int32
The minimum score value that the contact has to reach to be replicated.
- batchSize
- Type: System Int32
Maximum number of contacts returned.
- contactIdentifiers
- Type: System Int32
An optional white list of contact identifiers.
Return Value
Type: ContactInfoAn array of contacts for replication into SalesForce leads.
See Also