Approve file without modifying Modified date and editor values using Client Object Model.

Jawab Approve file without modifying Modified date and editor values using Client Object Model.

Semua Balasan

  • 22 Februari 2012 19:54
     
     

    Instead using ListItem.Update use ListItem.SystemUpdate

    Pradeep

  • 23 Februari 2012 11:19
     
     

    Microsoft.SharePoint.Client.ListItem does not have SystemUpdate function

    (http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.listitem_members.aspx)

    Thanks and Regards,
    Arjabh

  • 23 Februari 2012 15:24
     
     Jawab

    Hi,

        you dont have any functionality like .SystemUpdate in Client object model instead i could suggest to make you own service which could do the .SystemUpdate for you


    Abhijeet S. Thorat ================== If my post solves your problem could you mark the post as Answered or Vote As Helpful if my post has been helpful for you.