Last time I told you how to create batches through regular CoreService endpoint. If you remember I mentioned that you should set parameters for your operation as a Dictionary<string, string>, which is fine for most of the operations, but what if you need...
Support for multiple operations in CoreService was implemented in SDL Tridion 2013. Multiple operations are called Batches now. Let’s take a look how to make use of it. First of all there are 2 ways you can do it – using special endpoint with CoreServiceBatchClient...