I need to allow visitors of the share point portal to update a list programmatically, but don't know how to do it.
Give a hint, please.
Thank you!
I need to allow visitors of the share point portal to update a list programmatically, but don't know how to do it.
Give a hint, please.
Thank you!
您应该考虑打破该列表上的角色继承,然后使用角色定义 =(角色定义 = 角色,包括 EditListItems 权限,主体 = 访客组)创建角色分配。
(作为一般规则,我不建议过多地偏离默认安全模型,也不要创建细粒度权限。这一切都变成了管理的噩梦。)
好吧,如果您只需要提示,请尝试使用谷歌搜索:
SPSecurity.RunWithElevatedPrivileges
也许你应该多解释一下你的情况。您的“访客”是匿名用户吗?您是在创建 Web 部件还是使用现成列表?