Permission for a SharePoint document using MOSS web services

北城余情 提交于 2019-12-02 02:16:04

问题


We have a need to retrieve user groups which have read permissions for a document. We know the URL of the document. The following Permissions service provides the groups which has access, but it expects either a site URL or a list URL. We have a document URL. Is there any other service which provides permissions of a document. Or alternatively, is there a way to find out the list provided we know the document URL.

Permissions Service - http://<server-url>/_vti_bin/permissions.asmx

Thanks!


回答1:


Retrieving item-level permissions is not possible with the out-of-the-box web services.

Einar Stangvik has developed a custom web service that does this and provides the source code. If you are able to deploy custom code to the server you can use it.



来源:https://stackoverflow.com/questions/1449845/permission-for-a-sharepoint-document-using-moss-web-services

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