Hi
I have several Virtual roles, one of them:
<add name="CmsEditors" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebEditors" mode="Any" />
is there a way from code to see if the role "WebEditors" is included in CmsEditors?
i found some documentation
it does however not answer my question and is also outdated. the new way is to use IVirtualRoleRepository
thanks in advance :)