This entity represents a Workflow State

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

Syntax

C#
[SerializableAttribute]
[PrimaryKeyAttribute("StateID")]
[TableNameAttribute("ContentWorkflowStates")]
public class WorkflowState
Visual Basic
<SerializableAttribute>
<PrimaryKeyAttribute("StateID")> 
<TableNameAttribute("ContentWorkflowStates")> 
Public Class WorkflowState

Inheritance Hierarchy

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

See Also