Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateMemberTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    MemberTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.MemberType
    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
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    UpdateMemberTypeRequestModel requestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateMemberTypeController(IMemberTypeEditingPresentationFactory, IMemberTypeEditingService, IBackOfficeSecurityAccessor, IMemberTypeService)
    • Methods
      • Update(CancellationToken, Guid, UpdateMemberTypeRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX