views:

212

answers:

2

Is there a way to get all versions of list item(s) using a CAML Query?

+2  A: 

I don't think that's exposed directly in any of the APIs that take CAML queries as parameters. You'll probably need to get the current version of the ListItem using your CAML query and then make another call to get all versions of that item.

Tom Clarkson
A: 

Might be worth checking out this from SharePoint Kings

Colin D