Class CmsForm
The Object Type 50.
This object type describes a form with its maintainable attributes. If the created form is assigned to an object type, it is the description of the attributes of that object. One or more forms are used to describe the attributes of an object type. In this way, the same attributes can be maintained for different objects using different forms.
Assembly: Noxum.Nova.Cms.Client.dll
public class CmsForm : CmsObject
Properties
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
Get or set value of attribute 5054
Declaration
public int? FormConditionAttribute { get; set; }
Property Value
Get or set values of attribute 5055
Declaration
public IEnumerable<int> FormConditionRefs { get; set; }
Property Value
FormContent
Get or set values of attribute 5053
Declaration
public IEnumerable<int> FormContent { get; set; }
Property Value
Get or set value of attribute 5056
Declaration
public bool? FormIsSingleEditor { get; set; }
Property Value
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
Methods
Get value of attribute 1012
Declaration
public string GetAttributeDescription(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
Get value of attribute 1000
Declaration
public string GetAttributeName(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
Set value of attribute 1012
Declaration
public void SetAttributeDescription(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|
Set value of attribute 1000
Declaration
public void SetAttributeName(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|