SP.NavigationNode.url Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

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

var value = SP.NavigationNode.get_url(); 
SP.NavigationNode.set_url(value);

Property Value

Type: String

Applies To

SP.NavigationNode Class

Remarks

It must be a URL of relative form if IsExternal is false. It must be a URL of relative or absolute form.

See Also

Reference

SP.NavigationNode Methods

SP.NavigationNode Properties

SP Namespace