Class WorkflowAction
An immutable class representing the action necessary to transition an item from one state to another within a workflow.
Inheritance
System.Object
WorkflowAction
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.4Syntax
public class WorkflowAction
Constructors
WorkflowAction(String)
Constructor
Declaration
public WorkflowAction(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | Name identifying this action |
Properties
Name
Gets or sets the name identifying this action.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |