| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The identifier (as text) of the associated custom field. Is also known as "internal name" in the eRecruiter. |
string |
None. |
| Title |
Represents the name of the custom field. Is also known as the "public name" in the eRecruiter. |
string |
None. |
| GroupName |
The name of the group the custom field is associated to. |
string |
None. |
| Type |
The custom field type which controls the renderer. |
CustomFieldType |
None. |
| Target |
The target/context the custom field is used for/in. |
CustomFieldTarget |
None. |
| IsPublic |
A flag that indicates that the field is public for the job feed. |
boolean |
None. |
| PossibleValues |
The values that are possible for DropdownList and CheckboxList. |
Collection of string |
None. |
| DefaultValue |
The default value for the custom field. |
string |
None. |