It's been a while since I have worked with Mask values, so you will need to do some research on how to compare those...
The approach is to:
Sorry I don't have more specifics... I have done some stuff with permissions, but at the site level - similar to the example on the Documentation page for GetRolesAndPermissionsForCurrentUser.
Paul.
The approach is to:
- get the list of groups/people that have permissions to the list. This returns the Role name and permission mask (see example of output here
-
get the user permission (using GetRolesAndPermissionsForCurrentUser... The documentation has a good example on getting the user's permissions)
Sorry I don't have more specifics... I have done some stuff with permissions, but at the site level - similar to the example on the Documentation page for GetRolesAndPermissionsForCurrentUser.
Paul.