Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateMemberTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    MemberTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.MemberType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateMemberTypeController : MemberTypeControllerBase

    Constructors

    View Source

    CreateMemberTypeController(IMemberTypeEditingPresentationFactory, IMemberTypeEditingService, IBackOfficeSecurityAccessor)

    Declaration
    public CreateMemberTypeController(IMemberTypeEditingPresentationFactory memberTypeEditingPresentationFactory, IMemberTypeEditingService memberTypeEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IMemberTypeEditingPresentationFactory memberTypeEditingPresentationFactory
    IMemberTypeEditingService memberTypeEditingService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Create(CancellationToken, CreateMemberTypeRequestModel)

    Declaration
    public async Task<IActionResult> Create(CancellationToken cancellationToken, CreateMemberTypeRequestModel requestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    CreateMemberTypeRequestModel requestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CreateMemberTypeController(IMemberTypeEditingPresentationFactory, IMemberTypeEditingService, IBackOfficeSecurityAccessor)
    • Methods
      • Create(CancellationToken, CreateMemberTypeRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX