Workflow states

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

Syntax

C#
public IEnumerable<ContentWorkflowState> States { get; set; }
Visual Basic
Public Property States As IEnumerable(Of ContentWorkflowState)
	Get
	Set

See Also