Class CmsApplicationArea
The Object Type 60.
This object type is used to structure the system thematically by bundling object types together. Application Areas can have grants and thus be used to restrict access to certain object types.
Inheritance
CmsApplicationArea
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsApplicationArea : CmsObject
Properties
ApplicationAreaAdditionalViews
Get or set values of attribute 6006
Declaration
public IEnumerable<int> ApplicationAreaAdditionalViews { get; set; }
Property Value
ApplicationAreaMixedListColumns
Get or set values of attribute 6005
Declaration
public IEnumerable<int> ApplicationAreaMixedListColumns { get; set; }
Property Value
ApplicationAreaMixedSearchFilters
Get or set values of attribute 6004
Declaration
public IEnumerable<int> ApplicationAreaMixedSearchFilters { get; set; }
Property Value
ApplicationAreaObjectTypes
Get or set values of attribute 6001
Declaration
public IEnumerable<int> ApplicationAreaObjectTypes { get; set; }
Property Value
ApplicationAreaSortKey
Get or set value of attribute 6003
Declaration
public long? ApplicationAreaSortKey { get; set; }
Property Value
ApplicationAreaTreeDefinitions
Get or set values of attribute 6002
Declaration
public IEnumerable<int> ApplicationAreaTreeDefinitions { get; set; }
Property Value
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
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 |
|