In a one-way client to server file synchronisation scenario, with the Microsoft Sync Framework 2.x, is there a way of prioritising delete operations before update and insert operations? For example, if disk space is limited, it would be useful if deletes
were applied to the server first to clear space for new and modified files.
Or does the Sync Framework already prioritise in this way?