SalesForceClient DeleteEntities Method (IEnumerable String )Kentico 8.0 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.0.5239.26125)

Parameters

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

Return Value

Type:  DeleteEntityResult 
An array of operation results.
See Also