Click or drag to resize
SalesForceClientUpdateEntities Method (IEnumerableEntity, SalesForceClientOptions)
Updates entities and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public UpdateEntityResult[] UpdateEntities(
	IEnumerable<Entity> entities,
	SalesForceClientOptions options
)

Parameters

entities
Type: System.Collections.GenericIEnumerableEntity
The collection of entities to update.
options
Type: CMS.SalesForceSalesForceClientOptions
The command options that override the default ones.

Return Value

Type: UpdateEntityResult
An array of operation results.
See Also