CommonDatabaseFunctionsDeleteObjects Method

Scanjour Workflow4 Reference Manual
Deletes all objects in a collection.

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 DeleteObjects(
	ODataService ctx,
	IEnumerable<Object> collection
)

Parameters

ctx
Type: ODataService
The Odata context.
collection
Type: System.Collections.GenericIEnumerableObject
The collection.
See Also

Reference