Tagged Questions
2
votes
1answer
126 views
Get Notified on List Item Changes - not using email
I'm searching for an easy way to display the latest changes of a sharepoint list.
Situation: one huge list (10k entries) with a lot of daily changes (lets say 100).
Target: Display the changes during ...
1
vote
0answers
275 views
Get last major published version of items returned as DataRow (from SPSiteDataQuery)
Does anyone know the solution for this?
If I'm querying items by SPSiteDataQuery I receive a DataTable with DataRow objects.
I could fetch the current version of an item and check if it ends with ...
0
votes
3answers
2k views
How to retrieve File version from SPListItem
I'm trying to get file versions from an an SPListItem...
I tried in many way, looping on SPListItem.Versions or SPListItem.File.Versions, tring to return my byte stream..
I can retrieve file info's, ...
1
vote
2answers
332 views
ListItem Versioning Differences
Does anyone know how to programmatically determine if any non-system fields have changed between ListItem versions? I realize that I could iterate through the fields between each version and if I see ...