SPSocialFeedManager members

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

The SPSocialFeedManager type exposes the following members.

Constructors

  Name Description
Public method SPSocialFeedManager() Initializes a new instance of the SPSocialFeedManager class.
Public method SPSocialFeedManager(UserProfile) Initializes a new instance of the SPSocialFeedManager class for the specified user.
Public method SPSocialFeedManager(UserProfile, SPServiceContext) Initializes a new instance of the SPSocialFeedManager class for the specified user and service context.
Public method SPSocialFeedManager(UserProfile, SPServiceContext, SPUserToken) Initializes a new instance of the SPSocialFeedManager class with the specified user, service context, and authentication token.

Top

Properties

  Name Description
Public property FollowingManager Gets an SPSocialFollowingManager object in the context of the current user.
Public property Owner Gets an SPSocialActor object that represents the current user.
Public property PersonalSitePortalUri Gets the URI of the default personal site portal for the current user.

Top

Methods

  Name Description
Public method CreateImageAttachment Generates an image attachment for a microblog post.
Public method CreatePost Creates a microblog post or reply.
Public method DeletePost Deletes the specified microblog post.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAllLikers Retrieves the unabbreviated liker information for the specified microblog post.
Public method GetFeed Gets a feed of activity by the current user, and optionally by followed people and content or by the user's organization.
Public method GetFeedFor Gets a feed of activity by the specified user or team site.
Public method GetFullThread Retrieves the specified thread with unabbreviated post and actor information.
Public method GetHashCode (Inherited from Object.)
Public method GetMentions Gets a feed of threads that mention the current user.
Public method GetPreview Generates a video attachment for a microblog post.
Public method GetPreviewImage This member is reserved for internal use and is not intended to be used directly from your code.
Public method GetType (Inherited from Object.)
Public method GetUnreadMentionCount Gets the count of unread mentions for the current user.
Public method LikePost Makes the current user a liker of the specified microblog post.
Public method LockThread Locks the specified thread.
Protected method MemberwiseClone (Inherited from Object.)
Public method SuppressThreadNotifications Suppresses activity notifications for the specified thread.
Public method ToString (Inherited from Object.)
Public method UnlikePost Removes the current user from the list of likers for the specified microblog post.
Public method UnlockThread Unlocks the specified thread.

Top

See also

Reference

SPSocialFeedManager class

Microsoft.Office.Server.Social namespace