Class WorkflowItemSortFields
The WorkflowItemSortFields class exposes the fields of the WorkflowItem model which are available for application in defining sorting rules for workflow item result sets within the Social platform.
Inheritance
System.Object
WorkflowItemSortFields
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.Moderation.Core
Assembly: EPiServer.Social.Moderation.Core.dll
Version: 1.5.4Syntax
public class WorkflowItemSortFields
Constructors
WorkflowItemSortFields()
Declaration
public WorkflowItemSortFields()
Properties
Created
Gets the SortField representing the Created field of the WorkflowItem data model.
Declaration
public static SortField Created { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Id
Gets the SortField representing the ID field of the WorkflowItem data model.
Declaration
public static SortField Id { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
State
Gets the SortField representing the State field of the WorkflowItem data model.
Declaration
public static SortField State { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Target
Gets the SortField representing the Target field of the WorkflowItem data model.
Declaration
public static SortField Target { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Workflow
Gets the SortField representing the Workflow field of the WorkflowItem data model.
Declaration
public static SortField Workflow { get; }
Property Value
| Type | Description |
|---|---|
| SortField |