SPSocialFeedType enumeration

Specifies feed types that can be retrieved on behalf of the current user.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Enumeration SPSocialFeedType
'Usage
Dim instance As SPSocialFeedType
public enum SPSocialFeedType

Members

Member name Description
Personal A feed of activity by the current user.
News A feed of activity by the current user and by people and content that the user is following. Favors the most recent activity within the specified time span.

Timeline A feed of activity by the current user and by people and content that the user is following. Favors including activity by the most members of the social graph.

Likes A feed that contains posts that the current user likes, represented by LikeReference thread types (see Reference threads and digest threads in SharePoint Server 2013 social feeds).
Everyone A feed of recent activity by the current user's entire organization.

See also

Reference

Microsoft.Office.Server.Social namespace