Class CmsAttributeMainGroup
The Object Type 12.
This object type defines a logic set of 'Attribute Groups' and structures them in a main group. In a nesting of one or more 'Attributes Groups', the 'Attributes Main Group' is at the top level.
Inheritance
CmsAttributeMainGroup
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsAttributeMainGroup : CmsObject
Properties
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 |
|