Name | Description | Type | Additional information |
---|---|---|---|
Type |
User field type |
UserFieldTypeEnum |
None. |
CustomFieldId |
Custom field ID, the field is used only if the type is custom |
integer |
None. |
FilterSupported |
If true, the user field can be used for searching within the SearchUsers method |
boolean |
None. |
Index |
Field order |
integer |
None. |
Required |
If true, the field is required |
boolean |
None. |
PleaseSelect |
If true, the field has "please select" option |
boolean |
None. |
MinLength |
If the custom field type is ID, this is the minimum length of text |
integer |
None. |
MaxLength |
If the custom field type is ID, this is the maximum length of text |
integer |
None. |
IsUnique |
If true, the field value must be unique |
boolean |
None. |
Title |
The title |
string |
None. |
CustomFieldType |
Custom field type, the field is used only if the type is custom |
CustomFieldTypeEnum |
None. |
Show |
If true, the field is visible |
boolean |
None. |
ShowInRegistrationForm |
True if the field is shown in the registration form |
boolean |
None. |
ShowInPublicRegistrationForm |
True if the field is shown in the public registration form |
boolean |
None. |
HintText |
The hint that should help user to fill the user field |
string |
None. |
Items |
Fills only if custom field type is DropDown, is set |
Collection of UserFieldDropDownItem |
None. |