Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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