System.Web.SiteMapNode.ChildNodes Property

Gets or sets all the child nodes of the current System.Web.SiteMapNode object from the associated System.Web.SiteMapProvider provider.

Syntax

public virtual SiteMapNodeCollection ChildNodes { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.SiteMapNode relies on the System.Web.SiteMapProvider that it is associated with to keep track of its relationships to other nodes in the site map. This property calls the SiteMapProvider.GetChildNodes(SiteMapNode) method, passing a reference to itself, to retrieve the System.Web.SiteMapNodeCollection.

If security trimming is enabled, only nodes that the current user is permitted to see are returned. If the user is not permitted to see any child nodes, an empty collection is returned.

Requirements

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