Version:
VariableTemplateType Class
A type of variable in a IVariableTemplate that prompts for input in a certain way (textbox, list, checkbox, or custom),
as well as renders it in a custom way (such as with an icon, or hyperlink).
Inheritance Hierarchy
- object
- Inedo.Extensibility.VariableTemplates.VariableTemplateType
Syntax
public
class
VariableTemplateType
Fields
|
Name |
Description |
|
Checkbox
|
The built-in checkbox variable.
|
|
Constant
|
The built-in constant variable.
|
|
List
|
The built-in list variable.
|
|
Text
|
The built-in text variable.
|