SPNavigationSiteMapNode Constructor
Constructor for SPNavigationSiteMapNode.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Sub New ( _
webNode As PortalWebSiteMapNode, _
node As SPNavigationNode, _
parentNode As PortalSiteMapNode, _
type As NodeTypes, _
url As String, _
title As String, _
description As String _
)
'Usage
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
)
Parameters
- parentNode
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode
- type
Type: Microsoft.SharePoint.Publishing.NodeTypes
- url
Type: System.String
- title
Type: System.String
- description
Type: System.String