World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
check the discussion on following post, perhaps its of some help
http://world.episerver.com/Templates/Forum/Pages/thread.aspx?id=24170
Thanks, it was helpfull!
ACL has an IsInherited property that needs to be set to false
I'm trying to create a directory and set accessright on it.
I create the directory like this:
I then try to set access rights using UnifiedDirectoy.ACL.Add. When I add a AccessControlEntry with the Add method I get this error:
EPiServer.Core.EPiServerException: Cannot modify inherited ACL
Is there some way to create a directory without inheriting the ACL or can I bypass it in some way?