I have a document library which does not inherit the site's permissions ('Custom permissions' is set).
How do I find out who has administrator permissions to this library, using C#?
|
I have a document library which does not inherit the site's permissions ('Custom permissions' is set). How do I find out who has administrator permissions to this library, using C#? |
||||
|
|
|
I believe the function you're looking for is SPList.DoesUserHavePermissions Here is a slightly modified version of the example on that page, which may do what you need:
|
|||||||
|