SPSocialFollowingManager members

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

The SPSocialFollowingManager type exposes the following members.

Constructors

  Name Description
Public method SPSocialFollowingManager() Initializes a new instance of the SPSocialFollowingManager class.
Public method SPSocialFollowingManager(UserProfile) Initializes a new SPSocialFollowingManager instance for the specified user.
Public method SPSocialFollowingManager(UserProfile, SPServiceContext) Initializes a new SPSocialFollowingManager instance for the specified user and service context.

Top

Properties

  Name Description
Public property FollowedDocumentsUri Gets a URI to a site that lists the current user's followed documents.
Public property FollowedSitesUri Gets a URI to a site that lists the current user's followed sites.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Follow Adds the specified actor to the current user's list of followed actors.
Public method GetFollowed Retrieves the actors that the current user is following.
Public method GetFollowedCount Retrieves a count of actors that the current user is following.
Public method GetFollowers Retrieves the users who are following the current user.
Public method GetHashCode (Inherited from Object.)
Public method GetSuggestions Retrieves a list of suggested users for the current user to follow.
Public method GetType (Inherited from Object.)
Public method IsFollowed Determines whether the current user is following the specified actor.
Protected method MemberwiseClone (Inherited from Object.)
Public method StopFollowing Removes the specified actor from the current user's list of followed actors.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPSocialFollowingManager class

Microsoft.Office.Server.Social namespace