SiteMapHierarchicalDataSourceView.Select Method ()

 

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)

Public Overrides Function Select As IHierarchicalEnumerable

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
Return to top
Show: