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

Return Value

Type:  CreateEntityResult 
An array of operation results.
See Also