0

I have a custom list with a text field that set to append changes to the field. This uses versioning. The problem I have is that existing entries have been duplicated in versions. I'd like to go and clean up these programatically, but I don't see a way to pull this. The client object model gives me access to the list item, but there are no methods that I see there to even read past versions, let alone edit them. Or is this something that can only be done server side? Thanks for the help!

Arthurdent510
  • 1,290
  • 6
  • 18
  • 32
  • http://stackoverflow.com/questions/7144633/how-to-delete-versions-without-having-column-name-in-sharepoint-list – Govind Aug 24 '11 at 17:54

1 Answers1

0

I got the answer I was looking for at How to delete versions without having column name in sharepoint list - It looks like it is not possible through the client model, only server side.

Community
  • 1
  • 1
Arthurdent510
  • 1,290
  • 6
  • 18
  • 32