Olav Wik Gundersen
Olav Wik Gundersen

Reputation: 85

Interacting with SharePoint list versioning, and C#

I am wondering if there is any way for me to get list versioning data from sharepoint by using C#? I want to make a custom list history, and only need certain data from my list versioning. I have managed to work with list data programatically, and I am thinking there might be a similar way to do it with the versioning data. Does anyone know?

I am using Sharepoint 2010, and Visual Studio 2010.

Thanks :)

Upvotes: 2

Views: 1495

Answers (1)

Rich Bennema
Rich Bennema

Reputation: 10345

SPListItem.Versions

Upvotes: 3

Related Questions