SPSocialFeedManager class

Provides methods for creating microblog posts, modifying threads, and consuming feeds.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Social.SPSocialFeedManager

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPSocialFeedManager
'Usage
Dim instance As SPSocialFeedManager
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPSocialFeedManager

Remarks

For more information about how to work with feeds, see Work with social feeds in SharePoint 2013.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPSocialFeedManager members

Microsoft.Office.Server.Social namespace