Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, June 5, 2015 4:06 PM
I am migrating our intranet from SP 2007 to SP 2013. The "Documents" links on our old site link to a list of all the libraries for that site. The url is ...._layouts/viewlsts.aspx?BaseType=1. Does this not exist in SharePoint 2015? Is there some other way to link to a list of all the libraries for a site?
There are no mistakes; every result tells you something of value about what you are trying to accomplish.
All replies (6)
Friday, June 5, 2015 5:28 PM âś…Answered
Assuming you mean 2013 (not 2015 as you say in your question) the url for view all site content is .../_layouts/15/viewlsts.aspx but this will list all libraries and lists.
Tuesday, June 16, 2015 2:52 PM
That's a bummer. I wonder why MS in their infinite wisdom decided to remove a perfectly good feature?
There are no mistakes; every result tells you something of value about what you are trying to accomplish.
Tuesday, June 16, 2015 4:03 PM
Hi,
You can also navigate to Contents and structure page, where you can see all the lists and libraries here you have better control options to take further action with bulk operation.
http://{YOURSITENAME}/_layouts/15/sitemanager.aspx
Krishana Kumar http://www.mosstechnet-kk.com
Please mark the replies and Proposed as answer if they help and solve your issue
Wednesday, June 17, 2015 4:11 PM
I figured after about 10 minutes of using 2013 that Microsoft really went off the rails. Try explaining to a security officer that "share with" really means permissions.
Your only approach as i see it would be to make your own web part, which using the COB would be fairly trivial.
Wednesday, June 17, 2015 4:47 PM
COB?
There are no mistakes; every result tells you something of value about what you are trying to accomplish.
Wednesday, June 17, 2015 5:02 PM
Client Object Model....you could just stick a forms web part on a page and then some javascript code in it to display only lists.