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#? 开发者_StackOverflow中文版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 :)
SPListItem.Versions
精彩评论