Class WorkflowSortFields

The WorkflowSortFields class exposes the fields of the Workflow model which are available to an application in defining sorting rules for workflow result sets within the Social platform.

Inheritance
System.Object
WorkflowSortFields
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.4
Syntax
public class WorkflowSortFields

Constructors

WorkflowSortFields()

Declaration
public WorkflowSortFields()

Properties

Id

Gets the instance of SortField representing the ID field of the Workflow data model.

Declaration
public static SortField Id { get; }
Property Value
Type Description
SortField

Name

Gets the instance of SortField representing the Name field of the Workflow data model.

Declaration
public static SortField Name { get; }
Property Value
Type Description
SortField
arrow_upward