Class CmsTreeDefinition
The Object Type 140.
This object type enables the structured representation of objects. A 'Structure' is a group of nodes that are related to each other, starting from a root node with child nodes.
Inheritance
CmsTreeDefinition
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsTreeDefinition : 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
TreeParentAttributes
Get or set values of attribute 14002
Declaration
public IEnumerable<int> TreeParentAttributes { get; set; }
Property Value
TreeRootObjectType
Get or set value of attribute 14001
Declaration
public int? TreeRootObjectType { 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 |
|