Click or drag to resize
SalesForceClient.DeleteEntities Method (IEnumerable<String>, 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.Generic.IEnumerable<String>
The collection of entity identifiers.
options
Type: CMS.SalesForce.SalesForceClientOptions
The command options that override the default ones.

Return Value

Type:DeleteEntityResult[]
An array of operation results.
See Also