November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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