SiteMapNode::GetAllNodes Method ()
.NET Framework (current version)
Retrieves a read-only collection of all SiteMapNode objects that are descendants of the calling node, regardless of the degree of separation.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web::SiteMapNodeCollection^A read-only SiteMapNodeCollection that represents all the descendants of a SiteMapNode within the scope of the current provider.
This method retrieves immediate child nodes, and all their child nodes, recursively.
.NET Framework
Available since 2.0
Available since 2.0
Show: