gpt4 book ai didi

sharepoint - 如何使用用户 ID (domain_name\userid) 获取 SPUser 对象

转载 作者:行者123 更新时间:2023-12-03 16:39:30 42 4
gpt4 key购买 nike

我有那个用户的登录ID。但是在代码中我想将该登录名转换为 SPUser 对象。我可以将 LoginName(type string) 转换为 SPUser。或者有什么方法可以将 Windows 身份用户 token 转换为 SPUser。
我正在将用户添加到 spgroup(因此站点上不存在)。我所拥有的只是 Windows 用户 token 。

最佳答案

看看 SPWeb.EnsureUser .来自 MSDN:

"Checks whether the specified login name belongs to a valid user of the Web site, and if the login name does not already exist, adds it to the Web site."



如此使用:
SPUser newUser = SPContext.Current.Web.EnsureUser(@"domain\logonname");

关于sharepoint - 如何使用用户 ID (domain_name\userid) 获取 SPUser 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3713497/

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com