Hi I'm trying to list in a table the userinfo / permissions of users allowed access to a specific document library.
Now I already know how to get the site info of all users.
kind of like this:
SPSite mySite = new SPSite
SPWeb myWeb = mySite.OpenWeb
SPUserCollection users = myWeb.AllUsers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.