SharePoint permission level to modify metadata (properties) but not the document
Is it possible to implement a custom permission level that allows a user to 开发者_如何学Gomodify the properies of a document, but not the document itself? If so, any hints on how to do it?
Larsi
I think it is not possible to assign column level permissions in a default implementation of Sharepoint. However, it should be possible to do it using custom solutions. Have a look at this article http://www.infoq.com/articles/Dressel-Gogolowicz-wss-security. I have not tried it though.
精彩评论