LeadReplicationHelperGetContactsForInsertInternal Method |
Returns an array of contacts for replication into SalesForce leads.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 12.0.0
Syntax protected virtual ContactInfo[] GetContactsForInsertInternal(
DateTime modificationDateTimeThreshold,
DateTime suspensionDateTimeThreshold,
int scoreId,
int minScoreValue,
int batchSize,
int[] contactIdentifiers
)
Parameters
- 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:
ContactInfoAn array of contacts for replication into SalesForce leads.
See Also