Archive for December, 2009

Restoring the top navigation bar of a SharePoint site

Tuesday, December 1st, 2009

It’s a known issue that if you delete the “Top Navigation” menu through the API in SharePoint 2007, you cannot restore it easily. I came across this problem in one of my development sites. When looking for a solution, I found this article, saying you have to do it through the database.

The code below [...]