This entity represents a Workflow

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

Syntax

C#
[PrimaryKeyAttribute("WorkflowID")]
[TableNameAttribute("ContentWorkflows")]
public class Workflow
Visual Basic
<PrimaryKeyAttribute("WorkflowID")> 
<TableNameAttribute("ContentWorkflows")> 
Public Class Workflow

Inheritance Hierarchy

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

See Also