Difference between revisions of "RegistrationFieldType"
Jump to navigation
Jump to search
(Created page with "{{Api_Enum_Spec| Description=Enumeration that represents the list of field types that can be presented in the user registration form. |Values= {{{!}} border="2" style="width:800...") |
(No difference)
|
Latest revision as of 10:54, 2 June 2014
Enumeration that represents the list of field types that can be presented in the user registration form.
Values
Value | Name | Details |
---|---|---|
0 | Unknown | |
1 | Text | Single-line text field |
2 | Password | Single-line text field, hidden input string |
3 | SingleSelection | Single-Selection value (Radio, Dropdown) |
4 | Checkbox | Checkbox selection |
5 | Date | Date in UnixTimestamp(seconds) |
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial method design | Harley Cabral |