如何获得 Sharepoint 2010 中的文档库权限?

发布于 2024-10-22 10:24:33 字数 161 浏览 2 评论 0原文

我正在开发一个 Web 部件,我需要浏览每个文档库并获取其权限。基本上我需要获取与文档库关联的组及其权限。

我已经迭代了 SPDocumentLibrary 对象的属性和方法,但实际上找不到任何东西。

任何帮助或指导将不胜感激。

谢谢

I'm developing a Webpart and I need to go through every document library and get its permissions. Basically I need to get the groups and its permissions associated with the document library.

I have iterated through the properties and methods of a SPDocumentLibrary object but couldn't find anything really.

Any help or guide would be appreciated.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瀞厅☆埖开 2024-10-29 10:24:33

我首先检查HasUniqueRoleAssignments。如果为 false,则该文档库的权限将从网站继承。如果这是真的,正如杰森所说,我会检查 成员RoleDefinitionBindings每个 SPRoleAssignment

I would first check HasUniqueRoleAssignments. If it is false, then the permissions for that document library are inherited from the website. If it is true, as Jason said, I would then check the Member and RoleDefinitionBindings of each SPRoleAssignment.

人间不值得 2024-10-29 10:24:33

尝试 SPDocomentLibrary.RoleAssignments。
这将为您提供 SPRoleAssignments,其中 Member 属性是 SPGroup 或 SPUser。

Try SPDocomentLibrary.RoleAssignments.
This will give you SPRoleAssignments where the Member property is a SPGroup or a SPUser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文