Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
When i need to add rights to a page i do it like this:
AccessControlEntry ent = new AccessControlEntry("PrivateUser", AccessLevel.Delete | AccessLevel.Create | AccessLevel.Read | AccessLevel.Edit);
u.ACL.Add(ent);
u.ACL.Save();
Maybe it will work on your folder as well?
-Kjetil Simensen
Hi
Got a problem, i´m trying to create a directory and set specific access rights to that folder. Can´t get it to work properly. I want to add all rights except administer to a specific user and everything I tired returns an error or just a single accessright.
Anyone got any ideas?
This is my latest attemt to accomplish this: