SP.List.onQuickLaunch Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies whether the list appears on the Quick Launch of the site.
var value = SP.List.get_onQuickLaunch();
SP.List.set_onQuickLaunch(value);
Property Value
Type: Boolean
Applies To
Exceptions
- [System.UnauthorizedAccessException]
The current user has insufficient permissions. Error code: -2147024891.
Remarks
If the value is set to true, the server must set the Hidden property of the list to false.