skmMenu: An ASP.NET Menu Control

Menu.AddMenu Method 

AddMenu is called recusively, doing a depth-first traversal of the menu hierarchy and building up the HTML elements from the object model.

protected virtual void AddMenu(
   string menuID,
   MenuItemCollection myItems
);

Parameters

menuID
The ID of the parent menu.
myItems
The collection of menuitems.

See Also

Menu Class | skmMenu Namespace