SalesForceClient UpsertEntities Method (IEnumerable Entity , String, SalesForceClientOptions)Kentico 8.0 API Reference
Upserts entities and returns the result.

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

Parameters

entities
Type: OnlineSystem.Collections.Generic IEnumerable Entity 
The collection of entities to upsert.
externalAttributeName
Type: OnlineSystem String
The name of the attribute whose value determines whether to create a new entity or update an existing one.
options
Type: CMS.SalesForce SalesForceClientOptions
The command options that override the default ones.

Return Value

Type:  UpsertEntityResult 
An array of operation results.
See Also