Microsoft PlayGround

A Playground for Microsoft Technologies

Entries for August, 2008

SharePoint Log Reader

When you are developing for SharePoint it happens that you have to check the SharePoint logs for errors. For one of my projects I had to check the log files on a regular basis and I found it horrible to read those files. If you try to read some of these files you can see [...]

How to add and read properties from the feature.xml

I knew it is was possible to provide features with properties but I never found a useful situation till a few days ago. So know is the question how do you add properties to your feature.xml? You can accomplish this by adding a properties tag to the feature. <?xml version="1.0" encoding="utf-8" ?> <Feature Id="FeatureID" Title="FeaturePropertiesExample" [...]