Click or drag to resize
SalesForceClientDeleteEntities Method (IEnumerableString, SalesForceClientOptions)
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,
	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: DeleteEntityResult
An array of operation results.
See Also