This entity represents a Workflow State
Namespace: DotNetNuke.Entities.Content.Workflow.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[PrimaryKeyAttribute("StateID")] [TableNameAttribute("ContentWorkflowStates")] public class WorkflowState |
| Visual Basic |
|---|
<PrimaryKeyAttribute("StateID")> <TableNameAttribute("ContentWorkflowStates")> Public Class WorkflowState |