SP.NavigationNodeCreationInformation.title Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the anchor text for the node navigation link.
var value = SP.NavigationNodeCreationInformation.get_title();
SP.NavigationNodeCreationInformation.set_title(value);
Property Value
Type: String
Applies To
SP.NavigationNodeCreationInformation Class
Remarks
Its length must be equal to or less than 256.
See Also
Reference
SP.NavigationNodeCreationInformation Methods