SocialFeedType enumeration

Specifies a SocialFeed type.

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

Syntax

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

Members

Member name Description
Personal Activity by the current user.
News 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 Activity by the current user and by people and content that the user is following. Favors including activity by the most members of the user's social graph.
Likes Microblog posts that the current user likes, represented by LikeReference thread types (see Reference threads and digest threads in SharePoint Server 2013 social feeds).

Everyone Recent activity by the current user's whole organization.

Remarks

Feed types represent slices of feed data. You retrieve any feed type for the current user, but you can only retrieve the Personal feed for a different user. For more information, see Overview of feed types and How to: Create and delete posts and retrieve the social feed by using the .NET client object model in SharePoint 2013.

See also

Reference

Microsoft.SharePoint.Client.Social namespace