Kentico 7: get only visible menu items in MVC VB?
I need to get all of the visible nav menu items in a kentico 7 site. So far, I have the following:Dim stuff As TreeNodeDataSet = TreeHelper.SelectNodes("/SiteSection/%")which returns EVERYTHING (wh...