UserProfileFieldType
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UserProfileFieldType { int Id { get; set; } bool IsMultipleChoice { get; set; } bool IsSearchable { get; set; } string Name { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Id | int | |||
IsMultipleChoice | bool | |||
IsSearchable | bool | |||
Name | string |