Does anyone know is there any kind of Event raised when we change the access right (ACL) of a page in CMS? I'd like to hook something into that "event" but I cant find what event should I handle?
There is an event on IContentSecurityRepository (you get an instance of that interface using for example ServiceLocator.Current.GetInstance<IContentSecurityRepository>()).
Hi,
Does anyone know is there any kind of Event raised when we change the access right (ACL) of a page in CMS? I'd like to hook something into that "event" but I cant find what event should I handle?
Any suggestion would be appriciated!
Thanks!