CommonDatabaseFunctionsDeleteContacts Method

Scanjour Workflow4 Reference Manual
Deletes all contacts in the list of addressKeys

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static void DeleteContacts(
	ODataService ctx,
	IEnumerable<string> addressKeys
)

Parameters

ctx
Type: ODataService
ODataService
addressKeys
Type: System.Collections.GenericIEnumerableString
List og addressKeys of the contacts to delete
See Also

Reference