Click or drag to resize
SalesForceClientDeleteEntities Method (IEnumerableString)
Deletes entities with the specified identifiers and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public DeleteEntityResult[] DeleteEntities(
	IEnumerable<string> entityIds
)

Parameters

entityIds
Type: System.Collections.GenericIEnumerableString
The collection of entity identifiers.

Return Value

Type: DeleteEntityResult
An array of operation results.
See Also