Class RemoveWorkflowItemsByCriteriaRouteFormatter

Inheritance
System.Object
RemoveWorkflowItemsByCriteriaRouteFormatter
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 RemoveWorkflowItemsByCriteriaRouteFormatter : CriteriaRouteFormatter

Constructors

RemoveWorkflowItemsByCriteriaRouteFormatter()

Declaration
public RemoveWorkflowItemsByCriteriaRouteFormatter()

Methods

Build()

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

WithTarget(String)

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

WithWorkflow(String)

Declaration
public RemoveWorkflowItemsByCriteriaRouteFormatter WithWorkflow(string workflow)
Parameters
Type Name Description
System.String workflow
Returns
Type Description
RemoveWorkflowItemsByCriteriaRouteFormatter
arrow_upward