[Progress Communities] [Progress OpenEdge ABL] Forum Post: Can someone help me to know how to get the Nodes list form navigation Model

  • Thread starter Thread starter lyoid.lopes@merrithew.com
  • Start date Start date
Status
Not open for further replies.
L

lyoid.lopes@merrithew.com

Guest
I am trying to get the list of Nodes from NavigationModel public IList RenderMenuItems() { NavigationModel model = new NavigationModel(); IList nodes = model.Nodes; return Ok(nodes); } But the count is always 0 How can I get the nodes list for Navigation. I see there is an Interface to access the nodes list Telerik.Sitefinity.Frontend.Navigation.Mvc.Models.INavigationModel Can you please provide me with some guidance on how to get the nodes list

Continue reading...
 
Status
Not open for further replies.
Back
Top