Hi,
I am migrating a site from EPiServer 5R2 to EPiServer 6R2 and I am running into a problem with the following old API
EPiServer.Community.Blog.Security.SecurityHandler.Instance.RemoveBlogAccessRights(blog, user);
The securityhandler is no longer there. Can someoone tell me the new way to achieve the same thing?
EPiServer.Common.Security.EntitySecurityHandler is the new name of the game :)
Hi,
I am migrating a site from EPiServer 5R2 to EPiServer 6R2 and I am running into a problem with the following old API
EPiServer.Community.Blog.Security.SecurityHandler.Instance.RemoveBlogAccessRights(blog, user);
The securityhandler is no longer there. Can someoone tell me the new way to achieve the same thing?