Click or drag to resize
SalesForceClientCreateEntities Method (IEnumerableEntity)
Creates new entities and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public CreateEntityResult[] CreateEntities(
	IEnumerable<Entity> entities
)

Parameters

entities
Type: System.Collections.GenericIEnumerableEntity
The collection of entities to create.

Return Value

Type: CreateEntityResult
An array of operation results.
See Also