System.Web.SiteMapNode.IsDescendantOf Method

Gets a value indicating whether the current site map node is a child or a direct descendant of the specified node.

Syntax

public virtual bool IsDescendantOf (SiteMapNode node)

Parameters

node
The System.Web.SiteMapNode to check if the current node is a child or descendant of.

Returns

true if the current node is a child or descendant of the specified node; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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