ptavares wrote:
You may have have to take a two step approach: get the list of permissions on the list (Permissions.GetPermissionCollection) then iterate over that an check if user has that permission... you will be dealing with permission masks.Could you expand on that? I get what you're saying but not sure how to compare it for a user...