System.Web.SiteMapNode.HasChildNodes Property

Gets a value indicating whether the current System.Web.SiteMapNode has any child nodes.

Syntax

public virtual bool HasChildNodes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is a convenience property that calls the SiteMapNode.ChildNodes property internally, so it will not perform better than if you call the SiteMapNode.ChildNodes property yourself and check to see if it is empty.

Requirements

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