SP.List.hidden Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a Boolean value that specifies whether the list is hidden.

var value = SP.List.get_hidden(); 
SP.List.set_hidden(value);

Property Value

Type: Boolean

Applies To

SP.List Class

Remarks

If the value is set to true, the server must set the OnQuickLaunch property of the list to false.

See Also

Reference

SP.List Methods

SP.List Properties

SP Namespace