Tagged Questions
0
votes
1answer
118 views
Sharepoint Designer SPList option “Hide from browser” in code?
When I hide the list using
list.Hidden = true;
It's hidden from the Quick Launch and it's also hidden from the Sharepoint Designer.
I'm rather interested in a useful feature for lists in ...
2
votes
5answers
2k views
How do you hide a hidden list?
If you set the SPList.Hidden property to true, the list isn't shown in the Quick Launch, All Site Content, Lookup lists, etc. However, it is still possible to navigate to the list by typing in the ...