如何从 Sharepoint 2010 中的 SocialProfile 获取 SPUser 对象?
如何获取与配置文件关联的 SPUser 对象来自 Sharepoint 中的 SocialProfile 2010年?
谢谢
How can I get the SPUser object associated to the profile from the SocialProfile in Sharepoint 2010?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
获取您链接的 msdn 文章中指定的用户登录名。
然后获取给定 SPSite 的用户,因为 SharePoint 用户(和组)是每个网站集的:
或者如果您想要创建用户(如果尚未存在):
Get the login name of the user as specified in the msdn article you linked.
Then get the user for the given SPSite, since SharePoint users (and groups) are per site-collection:
or if you want to create the user if it not already exits:
首先,获取所需用户的 ID
其次,从以下集合之一获取用户
本文介绍差异 http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/71d1c8e3-de32-4e3d-9f8c-7a9be13197f6 /
First, get the ID of the required user
Second, get user from one of the following collections
This article is about the differences http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/71d1c8e3-de32-4e3d-9f8c-7a9be13197f6/