SPSocialFollowingManager class
Provides methods for managing a user's list of followed actors (users, documents, sites, and tags).
Inheritance hierarchy
System.Object
Microsoft.Office.Server.Social.SPSocialFollowingManager
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 SPSocialFollowingManager
'Usage
Dim instance As SPSocialFollowingManager
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPSocialFollowingManager
Remarks
For more information about how to work with Following People and Following Content features, see Follow people in SharePoint 2013 and Follow content 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.