| SalesForceClientDeleteEntities Method (IEnumerableString, SalesForceClientOptions) | 
            Deletes entities with the specified identifiers and returns the result.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic DeleteEntityResult[] DeleteEntities(
	IEnumerable<string> entityIds,
	SalesForceClientOptions options
)
Parameters
- entityIds
- Type: System.Collections.GenericIEnumerableString
 The collection of entity identifiers.
- options
- Type: CMS.SalesForceSalesForceClientOptions
 The command options that override the default ones.
Return Value
Type: 
DeleteEntityResultAn array of operation results.
 See Also
See Also