How can I check whether a specified group has a certain permission for an item?
I know that there are methods like DoesUserHavePermissions() on item, but what about groups?
How can I check whether a specified group has a certain permission for an
Share
Untested code, but something like this.
This works for both groups and users and also for everything with permissions (items, lists, webs etc.)