XmlSiteMapProvider::GetChildNodes Method (SiteMapNode^)

.NET Framework (current version)
 

Returns the child nodes of the site map.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual SiteMapNodeCollection^ GetChildNodes(
	SiteMapNode^ node
) override

Parameters

node
Type: System.Web::SiteMapNode^

The SiteMapNode object to get child nodes from.

Return Value

Type: System.Web::SiteMapNodeCollection^

A collection of site map nodes.

.NET Framework
Available since 4.5
Return to top
Show: