Click or drag to resize
LeadReplicationHelperGetContactsForInsert Method
Returns an array of contacts for replication into SalesForce leads.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public static ContactInfo[] GetContactsForInsert(
	int siteId,
	DateTime modificationDateTimeThreshold,
	DateTime suspensionDateTimeThreshold,
	int scoreId,
	int minScoreValue,
	int batchSize,
	int[] contactIdentifiers
)

Parameters

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

Return Value

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