Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the feed sort order.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property SortOrder As SocialFeedSortOrder
Get
Set
'Usage
Dim instance As SocialFeedOptions
Dim value As SocialFeedSortOrder
value = instance.SortOrder
instance.SortOrder = value
public SocialFeedSortOrder SortOrder { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialFeedSortOrder
The feed sort order: by created date or by modified date.