class UserProfileFieldsListOptions
{
bool? IsSearchable { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
int? UserProfileFieldGroupId { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
IsSearchable |
bool? |
Specify the searchability of fields |
||
|
PageIndex |
int? |
Obsolete: This parameter is no longer honored. |
||
|
PageSize |
int? |
Obsolete: This parameter is no longer honored. |
||
|
UserProfileFieldGroupId |
int? |
Specified profile field group Id. Optional parameter |