Click or drag to resize
SalesForceClient.UpsertEntities Method (IEnumerable<Entity>, String)
Upserts entities and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
Syntax
C#
public UpsertEntityResult[] UpsertEntities(
	IEnumerable<Entity> entities,
	string externalAttributeName
)

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.

Return Value

Type:UpsertEntityResult[]
An array of operation results.
See Also