PortalSiteMapNode.IsDescendantOf - Méthode
Détermine si cette PortalSiteMapNode est un descendant du nœud fourni et met en cache le résultat.
Espace de noms : Microsoft.SharePoint.Publishing.Navigation
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Overrides Function IsDescendantOf ( _
node As SiteMapNode _
) As Boolean
'Utilisation
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
)
Paramètres
node
Type : System.Web.SiteMapNodeLe nœud à partir duquel cette SiteMapNode peut descendre.
Valeur renvoyée
Type : System.Boolean
true si cette SiteMapNode est un descendant du nœud fourni ; dans le cas contraire, false.