C# Configuration
Defines a configuration for the C# nodes to use.
Configuration
Basic
 
Parameters
 
- Name
- The name of the parameter 
- Display Name
- The display name of the parameter 
- Data Type
- The data type of the parameter (String, Int, Bool, Double) 
- Context
- The contect where the parameter can be set. - Global
- The parameter can only be set in the global configuration 
- Local
- The parameter can only be set in the node that uses this global configuration 
- Both
- The parameter can be set either in the global configuration or in the node that uses this global configuration 
 
- Default Value
- The default value of the parameter 
- Required
- This specifies if the parameter is required 
- Value
- The value of the parameter