Class RemoveWorkflowItemsByCriteriaRequest
The RemoveWorkflowItemByCriteriaRequest class is a REST data model representing a criteria by which workflow items should be filtered for removal.
Inheritance
System.Object
RemoveWorkflowItemsByCriteriaRequest
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.Contracts
Assembly: EPiServer.Social.Moderation.Rest.Contracts.dll
Version: 1.5.4Syntax
public class RemoveWorkflowItemsByCriteriaRequest
Constructors
RemoveWorkflowItemsByCriteriaRequest()
Declaration
public RemoveWorkflowItemsByCriteriaRequest()
Properties
Target
Gets or sets a reference representing the item target within the workflow to which items should be restricted.
Declaration
public string Target { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Workflow
Gets or sets a workflow ID filtering the result set to only items associated with that workflow.
Declaration
public string Workflow { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |