SiteMapHierarchicalDataSourceView::Select Method ()
.NET Framework (current version)
Gets the collection of the SiteMapNode objects that represents the site navigation structure for the current user.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::IHierarchicalEnumerable^An IHierarchicalEnumerable collection of site map nodes.
The Select method returns an IHierarchicalEnumerable collection of nodes. You can call the IEnumerable::GetEnumerator method to get an IEnumerator object and iterate through this collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: