public enum InputType : System.Enum
public enum InputType : System.Enum
| Member | Description |
|---|---|
| CheckBoxList | This is a check-box list |
| DropDownListBox | This is a drop down list box |
| Hidden | This is a hidden input field |
| Label | This is a label |
| ListBox | This is a list box |
| MultipleListBox | This is a multiple select list box |
| RadioButtonList | This is a radio button list |
| TextArea | This is a text area |
| TextBox | This is a text box |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Products.InputType