- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
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 |