Access SharePoint Hidden List

Currently, I have several lists on my SharePoint site that were hidden from the user (through a hidden property that was set programmatically). I was wondering if there are any special URLs / web pages or ways to access these lists? for example {site} / lists / hiddenList or something similar?

Thank.

+5
source share
2 answers

The URL for the Hidden List is no different from any other list, without hoops. You just need to know the base URL.

, {siteurl}/Lists/{listname}/AllItems.aspx. , {siteurl}/{listname}/Forms/AllItems.aspx. , , AllItems.aspx.

+7

SharePoint. , SharePoint.

0

All Articles