SP.Social.SocialFollowingManager object (sp.userprofiles)
Provides methods for managing a user's list of followed actors (users, documents, sites, and tags).
Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.Social.SocialFollowingManager(context)
Members
Constructors
The SocialFollowingManager object has the following constructors.
Property |
Description |
---|---|
Initializes a new instance of the SocialFollowingManager object. |
Methods
The SocialFollowingManager object has the following methods.
Method |
Description |
---|---|
Adds the specified actor to the current user's list of followed actors. |
|
Retrieves the actors that the current user is following. |
|
Retrieves a count of actors who the current user is following. |
|
Retrieves the users who are following the current user. |
|
Determines whether the current user is following the specified actor. |
|
Removes the specified actor from the current user's list of followed actors. |
Properties
The SocialFollowingManager object has the following properties.