SiteMapHierarchicalDataSourceView.Select Method
.NET Framework 3.0
Gets the collection of the SiteMapNode objects that represents the site navigation structure for the current user.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Select method returns an IHierarchicalEnumerable collection of nodes. You can call the System#Collections#IEnumerable#GetEnumerator method to get an IEnumerator object and iterate through this collection.
Community Additions
ADD
Show: