Any web services available for item level permissi

2019-05-07 08:26发布

问题:

Through web services i am trying to set the user permission to the document inside the document library.

Is there any web services available to set the (Read/Full Control/Contribute) to the document in share point?

回答1:

At this time, an OOTB web service to apply fine grained permissions does not exist. The best that can be done, is to the site or list.

http://msdn.microsoft.com/en-us/library/websvcpermissions.permissions.addpermission.aspx

You should be able to create a web service to do it though, here is an example:

http://www.codefornuts.com/2009/05/item-level-security-with-sharepoint-web.html