Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Hi,
Try this:
foreach (KeyValuePair<string, AccessControlEntry> ent in CurrentPage.ACL)
{
if (!ent.Value.EntityType.Equals(SecurityEntityType.Role)) continue;
string groupName = ent.Value.Name;
}
thanks for the reply m8, but could you supply the code in .net 1.1 c# please? Sorry for not mentioning that earlyer.
/Martin
Hi again
I've found a work-arround, but thanks for your help m8. Much appriciated.
/Martin
Hi fellow episervians
Can anyone give me a hint to, how i find all the groups that have access to a specific page?
Thanks in advance.
/Martin