Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetRootsController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DynamicRootControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DynamicRoot
    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
    Type Name Description
    CancellationToken cancellationToken
    DynamicRootRequestModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GetRootsController(IDynamicRootService, IUmbracoMapper, IBackOfficeVariationContextAccessor)
    • Methods
      • GetRoots(CancellationToken, DynamicRootRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX