Tag SharePoint

SiteCollection Storage Information

SharePoint has the Usage Analysis Time job, which updates the following information for the sites, Storage, Discussion Storage, Bandwidth, Hits, Visits The SPSite.Usage property gives us the information of site usage, bandwidth, visits. Here I am adding the snippet for…

Clear SharePoint Lists

My colleague asked me about, is there any tool available for removing the entire list items from multiple list with single Click. I have taken that idea and created a tool for removing the entire items. URL: The project…

Joyful June 2011

June 2011 becomes my favorable month, couple of good things are happened during this month. One of that happens on June 5th in the form of my marriage which was a beautiful moment in my life, after a 4 long…

Updating SharePoint ListItems

There are two methods available to update the List Items on SPListItem Object. SPListItem.Update(); SPListItem.SystemUpdate(); SPListItem.Update() used to update all the values in SharePoint List Item including pre-defined hidden fields. If we modified the item, that will affects the Modified…