Skip to content

Instantly share code, notes, and snippets.

@nddipiazza
Created August 8, 2020 01:40
Show Gist options
  • Save nddipiazza/288e9b40ebb7758e88067fd625a8ac44 to your computer and use it in GitHub Desktop.
Save nddipiazza/288e9b40ebb7758e88067fd625a8ac44 to your computer and use it in GitHub Desktop.

I created a new config parameter under Limit Documents section called Restrict to specific SharePoint items

You can specify list item/document URLs:

produces a URL like: https://pytest-sp-2019.lucidworkstest.com/subsite/Shared%20Documents/i%20got%20sub%20folder/test-ooxml.docx?csf=1&e=tvRLvN

i can then specify this URL in:

Also can do this for a folder, same thing:

it will also accept list urls

and finally, sub-site urls work

It will automatically convert these URLs into inclusive regex's transparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment