SalesForceClient UpdateEntities Method (IEnumerable Entity , SalesForceClientOptions)Kentico 8.0 API Reference
Updates 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 update.
options
Type: CMS.SalesForce SalesForceClientOptions
The command options that override the default ones.

Return Value

Type:  UpdateEntityResult 
An array of operation results.
See Also