访问共享服务提供商 (SSP) 设置

发布于 2024-08-02 09:09:03 字数 67 浏览 5 评论 0原文

如何以编程方式访问共享服务提供商的设置。特别是如何检索 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉态萌生 2024-08-09 09:09:03

查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文