Workflow states

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

Syntax

C#
[IgnoreColumnAttribute]
public IEnumerable<WorkflowState> States { get; internal set; }
Visual Basic
<IgnoreColumnAttribute> 
Public Property States As IEnumerable(Of WorkflowState)
	Get
	Friend Set

See Also