Browse by Tags
All Tags »
Office / SharePoint 2007 (
RSS)
Here's a quick script for enumerating all of the available site definitions, their configurations, and any site templates installed on a SharePoint Server. If you're creating sites programmatically, this comes in handy as you'll likely rely on these values...
When implementing a custom Feature in SharePoint 2007, you may rely on custom configuration data (in a custom configuration section) stored in a SharePoint site's web.config file. When activating and deactivating your feature through the SharePoint site...
This MSDN article on creating custom multi-column field classes in WSS lists incorrectly specifies the string delimiter used to construct a new SPFieldMultiColumnValue object. Microsoft says that the delimiter is "#;" when in fact it is ";#" (the semi...
A while back I installed Office 2007 Beta 2, but today I wanted to uninstall it as there were a few quirks of Outlook 2007 that were starting to bug me. Back when I installed Office 2007 Beta 2, I installed it over Office 2003. After uninstalling Office...