Force.com-Toolkit-for-NET
Force.com-Toolkit-for-NET copied to clipboard
Bulk API 2 Implementation for Attachments
Are there any plans to implement Bulk API 2 support foe attachments?
It's Ok I have implemented these myself.
lushmana, Would you mind sharing your code as I need to implement this too. Thank you in advance.
I have changed jobs and don't have the code anymore...
@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.