Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDynamicRootService

    Supports finding content roots for pickers (like MNTP) in a dynamic fashion

    Namespace: Umbraco.Cms.Core.DynamicRoot
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDynamicRootService

    Methods

    View Source

    GetDynamicRootsAsync(DynamicRootNodeQuery)

    Declaration
    Task<IEnumerable<Guid>> GetDynamicRootsAsync(DynamicRootNodeQuery dynamicRootNodeQuery)
    Parameters
    Type Name Description
    DynamicRootNodeQuery dynamicRootNodeQuery
    Returns
    Type Description
    Task<IEnumerable<Guid>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetDynamicRootsAsync(DynamicRootNodeQuery)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX