As a normal we always use item.Update() method while updating any sharepoint list item.
SPListItem item = SPList.Items.Add(); item["Column1"] = "value for column 1"; item["Column2"] = "value for column 2"; item.Update(); We can also use item.SystemUpdate() to update the item. So lets know the difference between these two ways of updating the list items.
|
||||||
Ads
Saturday, 23 March 2013
Difference between Update vs SystemUpdate for SharePoint List Item
Labels:
Difference,
List
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment