SocialFeedSortOrder enumeration
Specifies the sort order for the threads in a social feed.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Enumeration SocialFeedSortOrder
'Usage
Dim instance As SocialFeedSortOrder
public enum SocialFeedSortOrder
Members
Member name | Description | |
---|---|---|
ByModifiedTime | By last modified time. | |
ByCreatedTime | By created time. |
Remarks
The default sort order for feed is by modified time, except the Timeline feed, which sorts by created time.