View Source
Class UpdateScriptController
Inheritance
System.Object
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
Returns
Type |
Description |
Task<IActionResult> |
|