This post is part 2 from the Quick Launch series,
part-1 : customizing quick launch to pick up 3 or more level of sub-menu items
Part-2 : How to add 3 or more level of menu items in SharePoint quick launch
Part-3 : How to show/hide SharePoint Quick Launch for users with specific permission
In this post, I will discuss about how to add menu items to quick launch programmatically.
There isn’t any out of box settings that will allow you to add items to quick launch at 3rd or more levels. And so going with code solution again.
Here I am adding all views for task list at 3rd level Menu items under Tasks.
You can also get quick launch from web.Navigation.GlobalNodes and customize as per what you want.
MSDN links for Quick Launch:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.navigation.spnavigationnode.aspx
http://msdn.microsoft.com/en-us/library/ms466994.aspx
Hope that helps..!!