Class GetWorkflowItemsByCriteriaRouteFormatter

Inheritance
System.Object
GetWorkflowItemsByCriteriaRouteFormatter
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.Rest
Assembly: EPiServer.Social.Moderation.Rest.dll
Version: 1.5.4
Syntax
public class GetWorkflowItemsByCriteriaRouteFormatter : CriteriaRouteFormatter

Constructors

GetWorkflowItemsByCriteriaRouteFormatter()

Declaration
public GetWorkflowItemsByCriteriaRouteFormatter()

Methods

Build()

Declaration
public override string Build()
Returns
Type Description
System.String
Overrides

WithExcludeHistoricalItems(Boolean)

Declaration
public GetWorkflowItemsByCriteriaRouteFormatter WithExcludeHistoricalItems(bool excludeHistoricalItems)
Parameters
Type Name Description
System.Boolean excludeHistoricalItems
Returns
Type Description
GetWorkflowItemsByCriteriaRouteFormatter

WithState(WorkflowStateRestModel)

Declaration
public GetWorkflowItemsByCriteriaRouteFormatter WithState(WorkflowStateRestModel state)
Parameters
Type Name Description
WorkflowStateRestModel state
Returns
Type Description
GetWorkflowItemsByCriteriaRouteFormatter

WithTarget(String)

Declaration
public GetWorkflowItemsByCriteriaRouteFormatter WithTarget(string target)
Parameters
Type Name Description
System.String target
Returns
Type Description
GetWorkflowItemsByCriteriaRouteFormatter

WithWorkflow(String)

Declaration
public GetWorkflowItemsByCriteriaRouteFormatter WithWorkflow(string id)
Parameters
Type Name Description
System.String id
Returns
Type Description
GetWorkflowItemsByCriteriaRouteFormatter
arrow_upward