skmMenu: An ASP.NET Menu Control

Menu.GatherMenuItems Method 

This method is used from the OnDataBinding method; it traverses the XML document, building up the object model.

protected virtual MenuItemCollection GatherMenuItems(
   XmlNode itemsNode,
   string parentID
);

Parameters

itemsNode
The current menuItem XmlNode
parentID
The ID of the parent menuItem XmlNode

Return Value

A set of MenuItems for this menu.

See Also

Menu Class | skmMenu Namespace