Share via


SPSocialFeedOptions.SortOrder property

Gets or sets the feed sort order.

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

Syntax

'Declaration
Public Property SortOrder As SPSocialFeedSortOrder
    Get
    Set
'Usage
Dim instance As SPSocialFeedOptions
Dim value As SPSocialFeedSortOrder

value = instance.SortOrder

instance.SortOrder = value
public SPSocialFeedSortOrder SortOrder { get; set; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialFeedSortOrder

Remarks

Threads can be returned by created date or by modified date.

See also

Reference

SPSocialFeedOptions class

SPSocialFeedOptions members

Microsoft.Office.Server.Social namespace