Class FeedItemSortFields
The FeedItemSortFields class exposes the fields of the FeedItem model which are available for application in defining sorting rules for feed item result sets within the Social platform.
Inheritance
System.Object
FeedItemSortFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.ActivityStreams.Core
Assembly: EPiServer.Social.ActivityStreams.Core.dll
Version: 1.5.4Syntax
public class FeedItemSortFields
Constructors
FeedItemSortFields()
Declaration
public FeedItemSortFields()
Properties
ActivityDate
Gets the SortField representing the activity date field of the feed item data model.
Declaration
public static SortField ActivityDate { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
ActivityId
Gets the SortField representing the activity identifier of the feed item data model.
Declaration
public static SortField ActivityId { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Actor
Gets the SortField representing the actor reference field of the feed item data model.
Declaration
public static SortField Actor { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Target
Gets the SortField representing the target reference field of the feed item data model.
Declaration
public static SortField Target { get; }
Property Value
| Type | Description |
|---|---|
| SortField |