Share via


SP.NavigationNode.title Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

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

var value = SP.NavigationNode.get_title(); 
SP.NavigationNode.set_title(value);

Property Value

Type: String

Applies To

SP.NavigationNode Class

Remarks

It must not be null. Its length must be equal to or less than 256.

See Also

Reference

SP.NavigationNode Methods

SP.NavigationNode Properties

SP Namespace