This entity represents a workflow action implementation

Namespace: DotNetNuke.Entities.Content.Workflow.Actions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[PrimaryKeyAttribute("ActionId")]
[TableNameAttribute("ContentWorkflowActions")]
public class WorkflowAction
Visual Basic
<PrimaryKeyAttribute("ActionId")> 
<TableNameAttribute("ContentWorkflowActions")> 
Public Class WorkflowAction

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Content.Workflow.Actions..::..WorkflowAction

See Also