Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateScriptController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    ScriptControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Script
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateScriptController : ScriptControllerBase

    Constructors

    View Source

    UpdateScriptController(IScriptService, IUmbracoMapper, IBackOfficeSecurityAccessor)

    Declaration
    public UpdateScriptController(IScriptService scriptService, IUmbracoMapper umbracoMapper, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IScriptService scriptService
    IUmbracoMapper umbracoMapper
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Update(CancellationToken, String, UpdateScriptRequestModel)

    Declaration
    public async Task<IActionResult> Update(CancellationToken cancellationToken, string path, UpdateScriptRequestModel requestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String path
    UpdateScriptRequestModel requestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateScriptController(IScriptService, IUmbracoMapper, IBackOfficeSecurityAccessor)
    • Methods
      • Update(CancellationToken, String, UpdateScriptRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX