Variable definition.
Properties
Name |
Type |
Description |
|
VariableId |
Integer |
Unique integer identifier for variable. |
|
Name |
String |
Unique name for variable. Brackets are not included (VARIABLE_NAME, not <VARIABLE_NAME>). |
|
Description |
String |
Description of variable. |
|
Value |
String |
Default value |
|
ValueObjectId |
Integer |
Default object ID value for variable (if variable is Object type). |
|
StyleId |
Integer |
Reference to Style object applied for this variable. |
|
VariableType |
VariableType |
||
ListOfValues |
String List |
List of valid values for variable. Used when variable type is set to "List of Values". |
|
ListOfValuesRelationships |
VariableListValue List |
List of valid values for a variable, and their relationships to each other. Used when variable type is set to "List of Values". |
|
IsVariantCriteria |
Boolean |
true if variable can be used as variant criteria, false otherwise. |
|
IsPublishPrompt |
Boolean |
true if variable causes prompt when used in content being published, false otherwise. |