davetimmins/ArcGIS.PCL

Add deleteFeatures operation

spaddlewit opened this issue · 4 comments

Would be great to be able to easily delete WHERE global='xxxxx'. Right now I have to query the objectid, then do an ApplyEdits with the objectId to delete.

Yep, I'm aware. But ArcGIS.PCL doesn't expose that endpoint.... or does it? (If so, where?)

No, I just added the link for reference to save looking it up later. At the moment you'd have to add it as a new operation (workflow at https://github.com/davetimmins/ArcGIS.PCL/wiki/NewOperations) which you can add to an extended portal gateway class, a bit like https://github.com/davetimmins/ArcGIS.PCL/blob/master/tests/ArcGIS.Test.Integration/ArcGISGatewayTests.cs#L18