SP.NavigationNodeCreationInformation.previousNode Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that specifies the navigation node after which the new navigation node will appear in the navigation node collection.
var value = SP.NavigationNodeCreationInformation.get_previousNode();
SP.NavigationNodeCreationInformation.set_previousNode(value);
Property Value
Type: SP.NavigationNode
Applies To
SP.NavigationNodeCreationInformation Class
See Also
Reference
SP.NavigationNodeCreationInformation Methods