Class CmsParameter
The Object Type 155. This object type defines 'Parameters' that can be assigned to a 'Job Definition', for example. A 'Parameter' is defined by a 'Name' and an 'Attribute' and can be used to influence a function output through a maintained value.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsParameter : CmsObject
Properties
ParameterAttributeRef
Get or set value of attribute 15502
Declaration
public int? ParameterAttributeRef { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ParameterName
Get or set value of attribute 15501
Declaration
public string ParameterName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |