Tagged Questions
1
vote
1answer
761 views
Programmaticly updating SPFileVersion.Properties Hashtable
Anyone who has experience with programmaticly updating the SPFileVersion.Properties Hashtable?
I have a special situation where I would like to modify this Hashtable.
Most of you will say: "Why on ...
5
votes
2answers
980 views
SPListItem.SystemUpdate updates SPListItem.File.ModifiedBy
As can be seen from the debug image when I call SystemUpdate(false) of a SPItem, that SPItem's File object's ModifiedBy attribute changes to "SHAREPOINT\system". Sorry, it's a bit weird way to ...