Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether this PortalSiteMapNode is a descendant of the supplied node, and caches the result.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Overrides Function IsDescendantOf ( _
node As SiteMapNode _
) As Boolean
'Usage
Dim instance As PortalSiteMapNode
Dim node As SiteMapNode
Dim returnValue As Boolean
returnValue = instance.IsDescendantOf(node)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public override bool IsDescendantOf(
SiteMapNode node
)
Parameters
node
Type: System.Web.SiteMapNodeThe node from which this SiteMapNode might descend.
Return Value
Type: System.Boolean
true if this SiteMapNode is a descendant of the supplied node; otherwise, false.