Class WorkflowActionRestModel
The WorkflowActionRestModel class is a REST data model representing a workflow transition action.
Inheritance
System.Object
WorkflowActionRestModel
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 WorkflowActionRestModel
Constructors
WorkflowActionRestModel()
Declaration
public WorkflowActionRestModel()
Properties
Name
Gets or sets the name identifying this action.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |