SPNavigationSiteMapNode constructor
SharePoint 2013
Initializes a new instance of the SPNavigationSiteMapNode object.
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.