SiteMapNode.IsDescendantOf Method (SiteMapNode)
.NET Framework (current version)
Gets a value indicating whether the current site map node is a child or a direct descendant of the specified node.
Assembly: System.Web (in System.Web.dll)
Parameters
- node
-
Type:
System.Web.SiteMapNode
The SiteMapNode to check if the current node is a child or descendant of.
Return Value
Type: System.Booleantrue if the current node is a child or descendant of the specified node; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: