Assembly: EPiServer.Shell (in EPiServer.Shell.dll) Version: 10.12.2.0
C# |
---|
public enum ShellInputType |
Used to define what input type to use.
Member name | Member summary |
---|---|
Button | Standard button input |
CheckBox | Checkbox type input |
File | file type input |
Hidden | hidden type input |
Image | image type input |
Password | password type input |
Radio | radiobutton type input |
Reset | reset button input |
Submit | Submit type button |
Text | text type input |
GetOriginalType | Gets the Type of the current object, ensuring that the eventual type that could be generated by a proxy interceptor is ignored. |
Used by the ShellInput and ShellButton helper method.