Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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