UserProfileFieldsCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UserProfileFieldsCreateOptions
{
IList<ProfileFieldTypeChoice> FieldTypeChoices { get; set; }
bool? IsSearchable { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| FieldTypeChoices | IList<ProfileFieldTypeChoice> | List of profile field type choices. Required with multiple-select type fields. The Order they are sent in is maintained. | ||
| IsSearchable | bool? | Should profile field be searchable? | False |