SalesForceClient.UpdateEntities Method (IEnumerable<Entity>, SalesForceClientOptions)Kentico 8.1 API Reference
Updates entities and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.1.5347.20411)

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