wadewegner / Force.com-Toolkit-for-NET

The Force.com Toolkits for .NET provides an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.
BSD 3-Clause "New" or "Revised" License
374 stars 396 forks source link

Bulk API 2 Implementation for Attachments #337

Open lushmana opened 5 years ago

lushmana commented 5 years ago

Are there any plans to implement Bulk API 2 support foe attachments?

lushmana commented 5 years ago

It's Ok I have implemented these myself.

kkrankall commented 5 years ago

lushmana, Would you mind sharing your code as I need to implement this too. Thank you in advance.

lushmana commented 5 years ago

I have changed jobs and don't have the code anymore...

deesejohn commented 4 years ago

@kkrankall I implemented these in Reinforce if you check out the interfaces in /src/Reinforce/BulkApi2 and the example UpdateAsync in /examples/AccountApi/Services/AccountService.cs.