Nagendra
Nagendra

Reputation: 338

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?

Upvotes: 2

Views: 2763

Answers (1)

Alex Angas
Alex Angas

Reputation: 60027

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.

Upvotes: 1

Related Questions