Adds a new parameter column to the configuration table. If a parameter column already exists for the parameter, the existing column is returned.
This is only valid for TopConfigurationTable and ThemeConfigurationTable objects. It will fail for all other table types.
"configurationColumns_var" is a variable referencing a ConfigurationColumns object.
|
"configurationColumns_var" is a variable referencing a ConfigurationColumns object.
|
Type | Description |
ConfigurationParameterColumn | Returns the new column or null in the case of failure. |
Name | Type | Description |
parameter | Parameter | The parameter to add to the table. |