This content has been marked as final.
Show 1 reply
-
1. Re: how to delete a "single version" a versioned file
tanuj004 Aug 29, 2012 11:34 PM (in response to jmlg12)there is a sling command to delete a file <input type=":operation" value="delete" /> where in the form action u ll have to put the path of the file to delete and iside that form put this input tag
but if you want to delete a particular version u ll have to write a sling servlet where u can do this operation using node version and version history interface

