RegistrationRequiredFieldType
Jump to navigation
Jump to search
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 |