Class WorkflowAction
This entity represents a workflow action implementation.
Inheritance
System.Object
WorkflowAction
Namespace: DotNetNuke.Entities.Content.Workflow.Actions
Assembly: DotNetNuke.dll
Syntax
public class WorkflowAction : object
Properties
| Improve this Doc View SourceActionId
Gets or sets action Id.
Declaration
public int ActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ActionSource
Gets or sets action Source. This property represents the path to the class that implement the IWorkflowAction interface i.e.: "MyProject.WorkflowActions.WorkflowDiscardction, MyProject".
Declaration
public string ActionSource { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ActionType
Gets or sets action type. This is a string representation of the enum WorkflowActionTypes.
Declaration
public string ActionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentTypeId
Gets or sets content item type Id.
Declaration
public int ContentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |