Category Archives: SharePoint

Add AuthorizedTypes Through Code

If you’ve created your own workflow activities for SharePoint and want to make the deployment process as simple as possible, one thing you’ll need to do is automate the updating of Authorized Types in the configuration files for the farm. … Continue reading

Posted in SharePoint | Tagged | Leave a comment

SharePoint WebPart Content Updater

I’ve recently written a small utility class for SharePoint and thought I’d share it with the community. The class allows you to automate the creation, modification or deletion of WebParts and their content on any number of SharePoint pages. It … Continue reading

Posted in SharePoint | Tagged | Leave a comment

SharePoint CAML Utility Helper

I’ve recently developed a project to assist with the dynamic generation of CAML queries in .NET projects and have hosted it in CodePlex. To view the C# source for the tool, or download the latest assembly, please follow this link. … Continue reading

Posted in SharePoint | Tagged | Leave a comment

SharePoint Database Information

Note: This post relates to SharePoint 2007. I’ve recently worked on a project that required direct access to the SharePoint content and Shared Service databases for reporting purposes.  Although accessing the SharePoint databases directly is generally a no-no and is … Continue reading

Posted in SharePoint | Tagged | 2 Comments

Site Usage Stats and Timer Service Fail to Initialise

I’ve spent some time trying to resolve an issue where the Site Usage statistics were not updating for a MOSS site, even though the log files were being successfully written to the file system as expected and wanted to share … Continue reading

Posted in SharePoint | Tagged | 1 Comment