| SalesForceClientUpsertEntities Method (IEnumerableEntity, String, SalesForceClientOptions) | 
            Upserts entities and returns the result.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic UpsertEntityResult[] UpsertEntities(
	IEnumerable<Entity> entities,
	string externalAttributeName,
	SalesForceClientOptions options
)
Parameters
- entities
- Type: System.Collections.GenericIEnumerableEntity
 The collection of entities to upsert.
- externalAttributeName
- Type: SystemString
 The name of the attribute whose value determines whether to create a new entity or update an existing one.
- options
- Type: CMS.SalesForceSalesForceClientOptions
 The command options that override the default ones.
Return Value
Type: 
UpsertEntityResultAn array of operation results.
 See Also
See Also