Difference between revisions of "RegistrationRequiredFieldType"
Jump to navigation
Jump to search
(Created page with "{{Api_Enum_Spec| Description=Enumeration that represents the minimum required field types that must be present in the registration form for a new user. |Values= {{{!}} border="2...") |
(No difference)
|
Latest revision as of 10:54, 2 June 2014
Enumeration that represents the minimum required field types that must be present in the registration form for a new user.
Values
| Value | Name | Details |
|---|---|---|
| 0 | Unknown | |
| 1 | FirstName | RegistrationFieldType = text |
| 2 | LastName | RegistrationFieldType = text |
| 3 | Password | RegistrationFieldType = password |
| 4 | RegistrationFieldType = text | |
| 5 | Custom | RegistrationFieldType = text. Custom field, not part of the required fields |
| 6 | BirthDate | RegistrationFieldType = date |
| 7 | Gender | RegistrationFieldType = SingleSelection |
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial method design | Harley Cabral |