Interview Questions administrator

Best SharePoint administrator Interview Questions and Answers with topic wise:


Recycle Bin | MMS | ManagedVsCrawledProperties |

Wednesday, April 16, 2014

SharePoint Interview Questions and Answers2: List vs Library

<<previous post>>

Update a SharePoint list item without changes its version?
item.SystemUpdate(false);

Difference between Update and systemupdate in SharePoint list?
The Item.Update () updates the database with the changes, creates a new version and changes the “ModifiedOn” and “ModifiedBy” fields.
Limitation: There is no “item.SystemUpdate ()” method at client object model. Only server side is available.
References: