SPNavigationSiteMapNode - Constructeur
Initialise une nouvelle instance de l'objet SPNavigationSiteMapNode .
Espace de noms : Microsoft.SharePoint.Publishing.Navigation
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
webNode As PortalWebSiteMapNode, _
node As SPNavigationNode, _
parentNode As PortalSiteMapNode, _
type As NodeTypes, _
url As String, _
title As String, _
description As String _
)
'Utilisation
Dim webNode As PortalWebSiteMapNode
Dim node As SPNavigationNode
Dim parentNode As PortalSiteMapNode
Dim type As NodeTypes
Dim url As String
Dim title As String
Dim description As String
Dim instance As New SPNavigationSiteMapNode(webNode, _
node, parentNode, type, url, title, _
description)
protected SPNavigationSiteMapNode(
PortalWebSiteMapNode webNode,
SPNavigationNode node,
PortalSiteMapNode parentNode,
NodeTypes type,
string url,
string title,
string description
)
Paramètres
webNode
Type : Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNodeUn objet PortalWebSiteMapNode .
node
Type : Microsoft.SharePoint.Navigation.SPNavigationNodeUn objet SPNavigationNode .
parentNode
Type : Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNodeUn objet PortalSiteMapNode qui représente le nœud parent.
type
Type : Microsoft.SharePoint.Publishing.NodeTypesUne valeur d'énumération NoteTypes qui spécifie le type de nœud à retourner.
url
Type : System.StringChaîne qui contient l'URL du nœud.
title
Type : System.StringChaîne qui contient le titre du nœud.
description
Type : System.StringChaîne qui contient la description du nœud.
Voir aussi
Référence
SPNavigationSiteMapNode classe