views:

388

answers:

1

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?

Any help on this would be greatly appreciated.

Thanks

A: 

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.

Alex Angas

related questions