gpt4 book ai didi

sharepoint - 使用 WSS 对象模型从 SPUser 获取用户照片

转载 作者:行者123 更新时间:2023-12-04 22:54:15 25 4
gpt4 key购买 nike

我正在尝试通过 WSS 3.0 对象模型在 Sharepoint 的用户照片上检索用户。我一直在浏览网页以寻求解决方案,但到目前为止我一直无法找到解决方法。有可能吗,如果有,怎么做?

最佳答案

这是一个代码片段,可以帮助您完成工作。您可能需要进行一些额外的验证以避免任何异常(确保配置文件实际存在,确保图像 URL 实际存在等...):

    //get current profile manager
UserProfileManager objUserProfileManager = new UserProfileManager(PortalContext.Current);
//get current users profile
UserProfile profile = objUserProfileManager.GetUserProfile(true);
//get user image URL
string imageUrl = (string)profile[PropertyConstants.PictureUrl];

//do something here with imageUrl

关于sharepoint - 使用 WSS 对象模型从 SPUser 获取用户照片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61339/

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