I got a document library with unique permissions, which I created using CSOM. The web application has anonymous access activated (deny write) so everything within allows read-only access. Now I want to deny access to those specific document libraries I created via code.
Using the ui I'm able to remove anonymous access, but I can't find the property which allows me to do this programmatically. For me it doesn't matter if it's client side or server side model. Any help is appreciated
Regards Andreas MCPD SharePoint 2010. Please remember to mark your question as "answered"/"Vote helpful" if this solves/helps your problem.