Class CmsWorkflowState
The Object Type 80.
This object type defines individual states of a workflow. These are combined via a workflow attribute and assigned to a 'Kanban Board'. The 'Workflow State' is represented on a 'Kanban Board' by a vertical column. A workflow can contain as many 'Workflow States' as required.
Inheritance
CmsWorkflowState
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsWorkflowState : CmsObject
Properties
AttributeIcon
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
PackageMembership
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
WorkflowStateEnterFromUnset
Get or set value of attribute 8009
Declaration
public bool? WorkflowStateEnterFromUnset { get; set; }
Property Value
WorkflowStateForwardTo
Get or set values of attribute 8007
Declaration
public IEnumerable<int> WorkflowStateForwardTo { get; set; }
Property Value
WorkflowStateForwardToPublish
Get or set value of attribute 8008
Declaration
public bool? WorkflowStateForwardToPublish { get; set; }
Property Value
WorkflowStateForwardToRestricted
Get or set value of attribute 8005
Declaration
public bool? WorkflowStateForwardToRestricted { get; set; }
Property Value
WorkflowStateForwardToUnset
Get or set value of attribute 8006
Declaration
public bool? WorkflowStateForwardToUnset { get; set; }
Property Value
Methods
GetAttributeDescription(int)
Get value of attribute 1012
Declaration
public string GetAttributeDescription(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
GetAttributeName(int)
Get value of attribute 1000
Declaration
public string GetAttributeName(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
SetAttributeDescription(int, string)
Set value of attribute 1012
Declaration
public void SetAttributeDescription(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|
SetAttributeName(int, string)
Set value of attribute 1000
Declaration
public void SetAttributeName(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|