View Source
Class UpdateMemberTypeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdateMemberTypeController : MemberTypeControllerBase
Constructors
View Source
UpdateMemberTypeController(IMemberTypeEditingPresentationFactory, IMemberTypeEditingService, IBackOfficeSecurityAccessor, IMemberTypeService)
Declaration
public UpdateMemberTypeController(IMemberTypeEditingPresentationFactory memberTypeEditingPresentationFactory, IMemberTypeEditingService memberTypeEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IMemberTypeService memberTypeService)
Parameters
Type |
Name |
Description |
IMemberTypeEditingPresentationFactory |
memberTypeEditingPresentationFactory |
|
IMemberTypeEditingService |
memberTypeEditingService |
|
IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
IMemberTypeService |
memberTypeService |
|
Methods
View Source
Update(CancellationToken, Guid, UpdateMemberTypeRequestModel)
Declaration
public async Task<IActionResult> Update(CancellationToken cancellationToken, Guid id, UpdateMemberTypeRequestModel requestModel)
Parameters
Returns
Type |
Description |
Task<IActionResult> |
|