Get Item Level Security with SharePoint WebServices

I can get List or Site related Permissions using Permissions.GetPermissionCollection (ObjectName, ObjectType). The ObjectType parameter accepts either a site or a list. Is there a way to get ListItem related permissions using out-of-the-box web services?

I mean, if I have NOT inherited List permissions and have specified a set of specific permissions for a list item or document in a document library, then how can I get the specified permissions?

+2


source to share


1 answer


The answer is the same as for the docs. See Question Resolution for SharePoint Document Using MOSS Web Services .



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

+1


source







All Articles