| SalesForceClientCreateEntities Method (IEnumerableEntity) | 
            Creates new entities and returns the result.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic CreateEntityResult[] CreateEntities(
	IEnumerable<Entity> entities
)
Parameters
- entities
- Type: System.Collections.GenericIEnumerableEntity
 The collection of entities to create.
Return Value
Type: 
CreateEntityResultAn array of operation results.
 See Also
See Also