Search Results for

    Show / Hide Table of Contents
    View Source

    Class CopyMemberTypeController

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

    Constructors

    View Source

    CopyMemberTypeController(IMemberTypeService)

    Declaration
    public CopyMemberTypeController(IMemberTypeService memberTypeService)
    Parameters
    Type Name Description
    IMemberTypeService memberTypeService

    Methods

    View Source

    Copy(CancellationToken, Guid)

    Declaration
    public async Task<IActionResult> Copy(CancellationToken cancellationToken, Guid id)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CopyMemberTypeController(IMemberTypeService)
    • Methods
      • Copy(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX