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.
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.
{siteurl}/Lists/{listname}/AllItems.aspx
{siteurl}/{listname}/Forms/AllItems.aspx
SharePoint. , SharePoint.