SP.NavigationNodeCreationInformation.asLastNode Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

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

var value = SP.NavigationNodeCreationInformation.get_asLastNode(); 
SP.NavigationNodeCreationInformation.set_asLastNode(value);

Property Value

Type: Boolean

Applies To

SP.NavigationNodeCreationInformation Class

Remarks

Must have no effect if PreviousNode is not null.

See Also

Reference

SP.NavigationNodeCreationInformation Methods

SP.NavigationNodeCreationInformation Properties

SP Namespace