Hi, I already wrote a topic for this problem, but I don't have an answer. The title of my topic is Administering Security and Access Rights in File management.
I have a class, which derives from AccessControlList and manages the access rights to all folders in the Episerver's File management system. This rights have to be refreshed each time when the file rights have changed. Our virtual path provider saves the files in database and when the access rights of some folder have been changed, we save the new rights in this database. The problem is that I can't find a virtual method in AccessControlList class, which I can override when a user or role is removed from the access rights list of the folders. Can you give me an idea how can I refresh the new rights?
Hi, I already wrote a topic for this problem, but I don't have an answer. The title of my topic is Administering Security and Access Rights in File management.
I have a class, which derives from AccessControlList and manages the access rights to all folders in the Episerver's File management system. This rights have to be refreshed each time when the file rights have changed. Our virtual path provider saves the files in database and when the access rights of some folder have been changed, we save the new rights in this database. The problem is that I can't find a virtual method in AccessControlList class, which I can override when a user or role is removed from the access rights list of the folders. Can you give me an idea how can I refresh the new rights?