SP.NavigationNodeCreationInformation object

Describes a new navigation node to be created.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.NavigationNodeCreationInformation()

Members

The NavigationNodeCreationInformation object has the following members.

Constructor

The NavigationNodeCreationInformation object has the following constructor.

Constructor

Description

NavigationNodeCreationInformation

Initializes a new instance of the SP.NavigationNodeCreationInformation object.

Methods

The NavigationNodeCreationInformation object has the following methods.

Method

Description

initPropertiesFromJson

writeToXml

Properties

The NavigationNodeCreationInformation object has the following properties.

Property

Description

asLastNode

Gets or sets a value that specifies whether the navigation node will be created as the last node in the collection.

isExternal

Gets or sets a value that specifies whether the navigation node URL potentially corresponds to pages outside of the site collection.

previousNode

Gets or sets a value that specifies the navigation node after which the new navigation node will appear in the navigation node collection.

title

Gets or sets a value that specifies the anchor text for the node navigation link.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.

url

Gets or sets a value that specifies the URL to be stored with the navigation node.