Deletes all objects in a collection.
Namespace:
Scanjour.Workflow4.Base
Assembly:
Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
public static void DeleteObjects(
ODataService ctx,
IEnumerable<Object> collection
)
Public Shared Sub DeleteObjects (
ctx As ODataService,
collection As IEnumerable(Of Object)
)
public:
static void DeleteObjects(
ODataService^ ctx,
IEnumerable<Object^>^ collection
)
static member DeleteObjects :
ctx : ODataService *
collection : IEnumerable<Object> -> unit
Parameters
- ctx
- Type: ODataService
The Odata context. - collection
- Type: System.Collections.GenericIEnumerableObject
The collection.
Reference