View Source
Class GetRootsController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class GetRootsController : DynamicRootControllerBase
Constructors
View Source
GetRootsController(IDynamicRootService, IUmbracoMapper, IBackOfficeVariationContextAccessor)
Declaration
public GetRootsController(IDynamicRootService dynamicRootService, IUmbracoMapper umbracoMapper, IBackOfficeVariationContextAccessor backOfficeVariationContextAccessor)
Parameters
Type |
Name |
Description |
IDynamicRootService |
dynamicRootService |
|
IUmbracoMapper |
umbracoMapper |
|
IBackOfficeVariationContextAccessor |
backOfficeVariationContextAccessor |
|
Methods
View Source
GetRoots(CancellationToken, DynamicRootRequestModel)
Declaration
public async Task<IActionResult> GetRoots(CancellationToken cancellationToken, DynamicRootRequestModel model)
Parameters
Returns
Type |
Description |
Task<IActionResult> |
|