Class CmsVisualComponentDefinition
The Object Type 400.
This object type specifies the type of content and behavior of a 'Visual Component' that is part of a 'Visual Document'. The respective component is assigned to a group. Depending on the type, different contents can be defined.
Inheritance
CmsVisualComponentDefinition
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsVisualComponentDefinition : CmsObject
Properties
AttributeHtmlSupportsBold
Get or set value of attribute 1041
Declaration
public bool? AttributeHtmlSupportsBold { get; set; }
Property Value
AttributeHtmlSupportsItalic
Get or set value of attribute 1042
Declaration
public bool? AttributeHtmlSupportsItalic { get; set; }
Property Value
AttributeHtmlSupportsSubscript
Get or set value of attribute 1044
Declaration
public bool? AttributeHtmlSupportsSubscript { get; set; }
Property Value
AttributeHtmlSupportsSuperscript
Get or set value of attribute 1043
Declaration
public bool? AttributeHtmlSupportsSuperscript { get; set; }
Property Value
AttributeHyperlinkObjectTypes
Get or set values of attribute 1025
Declaration
public IEnumerable<int> AttributeHyperlinkObjectTypes { get; set; }
Property Value
AttributeIcon
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
VisualComponentClasses
Get or set value of attribute 40012
Declaration
public string VisualComponentClasses { get; set; }
Property Value
VisualComponentDefinitionChildrenRefs
Get or set values of attribute 40007
Declaration
public IEnumerable<int> VisualComponentDefinitionChildrenRefs { get; set; }
Property Value
VisualComponentDefinitionMaxChildren
Get or set value of attribute 40009
Declaration
public long? VisualComponentDefinitionMaxChildren { get; set; }
Property Value
VisualComponentDefinitionMinChildren
Get or set value of attribute 40008
Declaration
public long? VisualComponentDefinitionMinChildren { get; set; }
Property Value
VisualComponentDefinitionObjectTypeRefs
Get or set values of attribute 40010
Declaration
public IEnumerable<int> VisualComponentDefinitionObjectTypeRefs { get; set; }
Property Value
VisualComponentDefinitionParentGroupRef
Get or set value of attribute 40001
Declaration
public int? VisualComponentDefinitionParentGroupRef { get; set; }
Property Value
VisualComponentDefinitionRazorViewRefs
Get or set values of attribute 40011
Declaration
public IEnumerable<int> VisualComponentDefinitionRazorViewRefs { get; set; }
Property Value
VisualComponentDefinitionRenderAs
Get or set value of attribute 40003
Declaration
public string VisualComponentDefinitionRenderAs { get; set; }
Property Value
VisualComponentDefinitionStartsWithRefs
Get or set values of attribute 40006
Declaration
public IEnumerable<int> VisualComponentDefinitionStartsWithRefs { get; set; }
Property Value
VisualComponentDefinitionStyleRef
Get or set value of attribute 40004
Declaration
public int? VisualComponentDefinitionStyleRef { get; set; }
Property Value
VisualComponentDefinitionTypeRef
Get or set value of attribute 40002
Declaration
public int? VisualComponentDefinitionTypeRef { 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
GetVisualComponentDefinitionPlaceholder(int)
Get value of attribute 40005
Declaration
public string GetVisualComponentDefinitionPlaceholder(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 |
|
SetVisualComponentDefinitionPlaceholder(int, string)
Set value of attribute 40005
Declaration
public void SetVisualComponentDefinitionPlaceholder(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|