SalesForceClient DeleteEntities Method (IEnumerable String )Kentico 8.1 API Reference
Deletes entities with the specified identifiers and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

entityIds
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
The collection of entity identifiers.

Return Value

Type:  DeleteEntityResult 
An array of operation results.
See Also