Tagged Questions
1
vote
1answer
57 views
Quick launch strange behaviour
I am accessing the quick launch nodes programmatically by using
SPWeb currWeb = SPContext.Current.Web;
SPNavigationNodeCollection nodes = currWeb.Navigation.QuickLaunch;
foreach (SPNavigationNode ...