This topic has not yet been rated - Rate this topic

SPNavigationSiteMapNode constructor

Initializes a new instance of the SPNavigationSiteMapNode object.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
protected SPNavigationSiteMapNode(
	PortalWebSiteMapNode webNode,
	SPNavigationNode node,
	PortalSiteMapNode parentNode,
	NodeTypes type,
	string url,
	string title,
	string description
)

Parameters

webNode
Type: Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode
A PortalWebSiteMapNode object.
node
Type: Microsoft.SharePoint.Navigation.SPNavigationNode
An SPNavigationNode object.
parentNode
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode
A PortalSiteMapNode object that represents the parent node.
type
Type: Microsoft.SharePoint.Publishing.NodeTypes
A NoteTypes enumeration value specifying the node type to return.
url
Type: System.String
A string that contains the URL of the node.
title
Type: System.String
A string that contains the title of the node.
description
Type: System.String
A string that contains the description of the node.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.