UserProfileFieldsUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UserProfileFieldsUpdateOptions { IList<ProfileFieldTypeChoice> FieldTypeChoices { get; set; } int? FieldTypeId { get; set; } bool? IsSearchable { get; set; } string Title { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
FieldTypeChoices | IList<ProfileFieldTypeChoice> | List of profile field type choices. Required for multiple selection type fields. When updating the field choices, all desired choices must be provided in the desired order. | ||
FieldTypeId | int? | Field type id | ||
IsSearchable | bool? | Should profile field be searchable? | False | |
Title | string | This is the title used for the profile field |