SocialFeedOptions.SortOrder property

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.

See also

Reference

SocialFeedOptions class

SocialFeedOptions members

Microsoft.SharePoint.Client.Social namespace