Jump to content

How to list assigned permissions to each folder in the library


Gilles Hauck

Recommended Posts

Hello,

I need to clean/review assigned folder permissions and wanted to create a script.

I tried by using libraryManager class and started the followingscript but there is no methods or properties to retrieve assigned permissions:

libraryManager = Application.GetService[LibraryManager]()

result = libraryManager.Search("item_type: folder", LibraryItemRetrievalOption.IncludePath);

for item in result:

 

Thank you

Kind regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...