Class CmsScriptedCondition
The Object Type 170. This object type defines the conditions for triggers that refer to different attribute values on objects. The attribute values are validated by the defined 'JavaScript Code'.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsScriptedCondition : CmsObject
Properties
ConditionScriptCode
Get or set value of attribute 17001
Declaration
public string ConditionScriptCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PackageMembership
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Methods
GetAttributeName(int)
Get value of attribute 1000
Declaration
public string GetAttributeName(int language)
Parameters
| Type | Name | Description |
|---|---|---|
| int | language |
Returns
| Type | Description |
|---|---|
| string |
SetAttributeName(int, string)
Set value of attribute 1000
Declaration
public void SetAttributeName(int language, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | language | |
| string | value |