Hi,
Using Server-side object model, it is pretty simple to get the previous file versions. Say I wanted to view a file in its initial version, all I’d need to do is :
file.Versions[0].File
When using Client object model, I couldn’t any analogous method/property which would let me fetch the previous version of file.
Can somebody point me to a sample or the property which would serve my purpose?