CommonDatabaseFunctionsDeleteContacts Method

Deletes all contacts in the list of addressKeys

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static void DeleteContacts(
	ODataService ctx,
	IEnumerable<string> addressKeys
)

Parameters

ctx  ODataService
ODataService
addressKeys  IEnumerableString
List og addressKeys of the contacts to delete

See Also