RegistrationRequiredFieldType

From Gvp-public
Revision as of 10:54, 2 June 2014 by Id02256 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Email 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


See also