Class CmsBranchType
The Object Type 180.
This object type specifies the type of a 'Work Package'. The instances of this object type are defined by a workflow and its associated workflow state, which characterize this type. These instances can only be edited in the 'Default' work package, otherwise they are 'read-only'.
Inheritance
CmsBranchType
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsBranchType : CmsObject
Properties
AttributeIcon
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
BranchTypeWorkflowAttribute
Get or set value of attribute 18001
Declaration
public int? BranchTypeWorkflowAttribute { 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 |
|