| SalesForceClientUpdateEntities Method (IEnumerableEntity) | 
            Updates entities and returns the result.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic UpdateEntityResult[] UpdateEntities(
	IEnumerable<Entity> entities
)
Parameters
- entities
- Type: System.Collections.GenericIEnumerableEntity
 The collection of entities to update.
Return Value
Type: 
UpdateEntityResultAn array of operation results.
 See Also
See Also