以编程方式更改“我正在关注的活动”在 SharePoint 中的新闻源设置下
是否可以以编程方式选择/取消选择我在“我的网站”下的新闻源首选项页面上关注的活动?我希望能够打开/关闭自定义事件和 Sharepoint 2010 开箱即用提供的通知。
is it possible to programatically select/deselect activities I am following on the news feed preferences page under MySites? I want to be able switch on/off notifications for both custom events and those provided by Sharepoint 2010 out-of-the-box.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 UserProfileManager 类来获取特定的 UserProfile 并执行此操作。
You can use the UserProfileManager class to get a specific UserProfile and do this.
您可能需要检查 SharePoint SDK 下的“通过对象模型使用活动源”主题: http ://msdn.microsoft.com/en-us/library/ff426881.aspx
you may want to check "Using Activity Feeds with Object Model" topic under SharePoint SDK: http://msdn.microsoft.com/en-us/library/ff426881.aspx