Click or drag to resize

CommonDatabaseFunctionsDeleteContacts Method

Deletes all contacts in the list of addressKeys

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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