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