SPSocialFeedSortOrder enumeration

Specifies the sort order for the threads in a social feed.

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

Syntax

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

Members

Member name Description
ByModifiedTime Sort threads according to the most recent modification times of their posts.
ByCreatedTime Sort threads according to the creation times of their posts.

See also

Reference

Microsoft.Office.Server.Social namespace