Class CmsKanbanBoard
The Object Type 90.
This object type represents objects in different states of a workflow clearly and visually by using cards on a board. The attributes of this object type can be used to define the possible states and the content of the cards for the board.
Inheritance
CmsKanbanBoard
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsKanbanBoard : CmsObject
Properties
AttributeIcon
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
KanbanBoardCardContent
Get or set values of attribute 9007
Declaration
public IEnumerable<int> KanbanBoardCardContent { get; set; }
Property Value
KanbanBoardStackRankAttribute
Get or set value of attribute 9006
Declaration
public int? KanbanBoardStackRankAttribute { get; set; }
Property Value
KanbanBoardWorkflowAttribute
Get or set value of attribute 9005
Declaration
public int? KanbanBoardWorkflowAttribute { get; set; }
Property Value
PackageMembership
Get or set value of attribute 13000
Declaration
public int? PackageMembership { 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 |
|