Is User A Member Of A (Nested) Group ?

Sunday, April 27th, 2008

Working with nested groups, it can be hard to determine if a user is member of the "base" group. The following class contains a method to do the job. IsGroupMember ( GroupName, UserName ) calls method ExplodeGroup, which fills an array with all members of the group. It also resolves nested ...