View Source
Class UpdatePartialViewController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdatePartialViewController : PartialViewControllerBase
Constructors
View Source
UpdatePartialViewController(IPartialViewService, IBackOfficeSecurityAccessor, IUmbracoMapper)
Declaration
public UpdatePartialViewController(IPartialViewService partialViewService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUmbracoMapper mapper)
Parameters
| Type |
Name |
Description |
| IPartialViewService |
partialViewService |
|
| IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
| IUmbracoMapper |
mapper |
|
Methods
View Source
Update(CancellationToken, String, UpdatePartialViewRequestModel)
Declaration
public async Task<IActionResult> Update(CancellationToken cancellationToken, string path, UpdatePartialViewRequestModel updateViewModel)
Parameters
Returns
| Type |
Description |
| Task<IActionResult> |
|