User's Profile fields list get options
UserProfileFieldsListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UserProfileFieldsListOptions
{
bool? IsSearchable { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
int? UserProfileFieldGroupId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| IsSearchable | bool? | Specify the searchability of fields | ||
| PageIndex Obsolete | int? | This parameter is no longer honored. Obsolete: This parameter is no longer honored. | ||
| PageSize Obsolete | int? | This parameter is no longer honored. Obsolete: This parameter is no longer honored. | ||
| UserProfileFieldGroupId | int? | Specified profile field group Id. Optional parameter |