UserProfileField
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UserProfileField { UserProfileFieldType FieldType { get; set; } IList<ProfileFieldTypeChoice> FieldTypeChoices { get; set; } bool? HasMultipleValues { get; set; } bool? IsSearchable { get; set; } string Name { get; set; } string RawTitle { get; set; } string SearchFieldName { get; set; } string Title { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
FieldType | UserProfileFieldType | |||
FieldTypeChoices | IList<ProfileFieldTypeChoice> | |||
HasMultipleValues | bool? | |||
IsSearchable | bool? | |||
Name | string | |||
RawTitle | string | |||
SearchFieldName | string | |||
Title | string |