SiteMapNode::IsDescendantOf Method (SiteMapNode^)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool IsDescendantOf(
	SiteMapNode^ node
)

Parameters

node
Type: System.Web::SiteMapNode^

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

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: