访问共享服务提供商 (SSP) 设置
如何以编程方式访问共享服务提供商的设置。特别是如何检索 SSP 的 MySite 设置中定义的 MySite 存储位置?
How can I access the settings of a Share Service Provider programmatically. Especially how could I retrieve the MySite storage location defined in a SSP's MySite settings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Microsoft.Office.Server.UserProfiles 命名空间和此代码示例< /a>.您需要 UserProfileManager.MySiteHostUrl 财产。
您可以使用反射访问当前的SSP。有关详细信息,请参阅此问题。
Have a look at the Microsoft.Office.Server.UserProfiles namespace and this code sample. You need the UserProfileManager.MySiteHostUrl property.
You can access the current SSP using reflection. See this question for more information.