Upserts entities and returns the result.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- entities
- Type: System.Collections.Generic IEnumerable Entity
The collection of entities to upsert.
- externalAttributeName
- Type: System 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: UpsertEntityResultAn array of operation results.
See Also