Tagged Questions
4
votes
1answer
863 views
Programmatically add menus to SPWeb.Navigation.QuickLaunch does not work
I'm trying to add some menus to the "Quick Launch" navigation and it does not work. I'm using the following code:
var ql = myWeb.Navigation.QuickLaunch;
SPNavigationNode m1 = new ...