One of the things that comes up quite often in my working with SharePoint Lists is how to update field(s) within a SharePoint List (e.g., Document Library, Calendar, Custom List, etc.). I was on MSDN looking for something else completely when I saw this article on how to do the batch update. The approach taken in this article is to use CAML Query syntax, which is not how I would typically do it (I use the Object Model approach), however from reviewing the code in the article, it may be the best approach from a reduction in code perspective. Either way, I thought that it was worthy of sharing for those of you who have never seen it done with CAML.
To see the article and the Code (C# and VB.NET): Click here
~Robert Shelton

↑ Grab this Headline Animator
Technorati Tags:
SharePoint