Any web services available for item level permission in sharepoint?

陌路散爱 提交于 2019-12-07 08:16:52

问题


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



来源:https://stackoverflow.com/questions/4861010/any-web-services-available-for-item-level-permission-in-sharepoint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!