Expand Minimize
This topic has not yet been rated - Rate this topic

SP.List.hidden Property

SharePoint 2010

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

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

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.