Work with User's profile groups
This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IUserProfileFieldGroups>()
and is defined in Telligent.Evolution.Platform.dll
Methods
UserProfileFieldGroup Create(string userProfileFieldGroupTitle, UserProfileFieldGroupCreateOptions options);
Create a User Profile Field Group
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userProfileFieldGroupTitle | string | User's Profile field group title | Required | ||
options | UserProfileFieldGroupCreateOptions | User's Profile field group create options | Required |
Return Type
AdditionalInfo Delete(int userProfileFieldGroupId);
Delete a User Profile Fields group by Id
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userProfileFieldGroupId | int | Specified profile field group Id | Required |
Return Type
UserProfileFieldGroup Get(int userProfileFieldGroupId);
Get a User Profile Fields group by Id
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userProfileFieldGroupId | int | Specified profile field group Id | Required |
Return Type
PagedList<UserProfileFieldGroup> List();
Get a User Profile Fields group List
Return Type
PagedList<UserProfileFieldGroup>
PagedList<UserProfileFieldGroup> List(UserProfileFieldGroupListOptions options);
Get a User Profile Fields group List
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | UserProfileFieldGroupListOptions | User's Profile fields groups list get options | Required |
Return Type
PagedList<UserProfileFieldGroup>
UserProfileFieldGroup Update(int userProfileFieldGroupId, UserProfileFieldGroupUpdateOptions options);
Update a User Profile Field group by Id
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userProfileFieldGroupId | int | User's Profile field group id | Required | ||
options | UserProfileFieldGroupUpdateOptions | User's Profile fields update options | Required |