Version: 
        
      
      
      
      ScriptParameterType Class
  Inheritance Hierarchy
  
    - object- System.ValueType- System.Enum- Inedo.Extensibility.ScriptLanguages.ScriptParameterType
 
 
 
 
  Syntax
  
    public
    sealed
    class
    ScriptParameterType : System.Enum
 
  
    Fields
    
      
        |  | Name | Description | 
      
        |  | Bool | 
            Either "True" or "False".
             | 
      
        |  | List | 
            A value that's expressable as a list.
             | 
      
        |  | Map | 
            A value that's expressable as a map/dictionary.
             | 
      
        |  | Switch | 
            A value equal to the name or null (Nothing in Visual Basic)/empty otherwise
             | 
      
        |  | Text | 
            Unformatted text.
             |