Category SharePoint

MySite Url via UserProfile

UserProfile has the two property members for retrieving the Url for the User. Those propertis returns the MySite Url and Personal Site url for the User. UserProfile.PersonalUrl Here, i am adding some code snippets, which gets these Url values from…

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…