Workflow states
Namespace: DotNetNuke.Entities.Content.Workflow.EntitiesAssembly: 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 |