This entity represents a workflow action implementation
Namespace: DotNetNuke.Entities.Content.Workflow.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[PrimaryKeyAttribute("ActionId")] [TableNameAttribute("ContentWorkflowActions")] public class WorkflowAction |
| Visual Basic |
|---|
<PrimaryKeyAttribute("ActionId")> <TableNameAttribute("ContentWorkflowActions")> Public Class WorkflowAction |