System.Web.SiteMapProvider.GetChildNodes Method

When overridden in a derived class, retrieves the child nodes of a specific System.Web.SiteMapNode.

Syntax

public abstract SiteMapNodeCollection GetChildNodes (SiteMapNode node)

Parameters

node
The System.Web.SiteMapNode for which to retrieve all child nodes.

Returns

A read-only System.Web.SiteMapNodeCollection that contains the immediate child nodes of the specified System.Web.SiteMapNode; otherwise, null or an empty collection, if no child nodes exist.

Remarks

Classes that derive from the System.Web.SiteMapProvider class must implement the abstract SiteMapProvider.GetChildNodes(SiteMapNode) method.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0