SocialFollowingManager class

Provides methods for managing a user's list of followed actors (users, documents, sites, and tags).

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Social.SocialFollowingManager

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Class SocialFollowingManager _
    Inherits ClientObject
'Usage
Dim instance As SocialFollowingManager
public class SocialFollowingManager : ClientObject

Remarks

For more information, see Follow people in SharePoint 2013, Follow content in SharePoint 2013, How to: Follow people by using the .NET client object model in SharePoint 2013, and How to: Follow documents and sites by using the .NET client object model 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

SocialFollowingManager members

Microsoft.SharePoint.Client.Social namespace