SiteMapNode.GetAllNodes Method
.NET Framework 3.0
Retrieves a read-only collection of all SiteMapNode objects that are descendants of the calling node, regardless of the degree of separation.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public SiteMapNodeCollection GetAllNodes ()
public function GetAllNodes () : SiteMapNodeCollection
Not applicable.
Return Value
A read-only SiteMapNodeCollection that represents all the descendants of a SiteMapNode within the scope of the current provider.Community Additions
ADD
Show: