Search code examples
sharepointpermissionssharepoint-2007

Get Item Level Security using SharePoint WebServices


I am able to get the Permissions associated with a List or a Site using Permissions.GetPermissionCollection (ObjectName, ObjectType). The ObjectType parameter will accept either a Site or a List. Is there any way with the out-of-the-box webservices to get the Permissions associated with a ListItem?

I mean if I have NOT inherited the List permissions and have specified a set of specific permissions to a List Item or a document in a document Library then how can I get the permissions specified?


Solution

  • The answer is the same as for documents. See the question Permission for a SharePoint document using MOSS web services.

    You cannot with the out-of-the-box web services but there is a custom web service available for free download and source code.