Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateTemplateController

    Inheritance
    System.Object
    ManagementApiControllerBase
    TemplateControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Template
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateTemplateController : TemplateControllerBase

    Constructors

    View Source

    UpdateTemplateController(ITemplateService, IUmbracoMapper, IBackOfficeSecurityAccessor)

    Declaration
    public UpdateTemplateController(ITemplateService templateService, IUmbracoMapper umbracoMapper, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    ITemplateService templateService
    IUmbracoMapper umbracoMapper
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateTemplateRequestModel)

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