Search Results for

    Show / Hide Table of Contents
    View Source

    Class DynamicRootService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.DynamicRoot
    Assembly: Umbraco.Core.dll
    Syntax
    public class DynamicRootService : IDynamicRootService

    Constructors

    View Source

    DynamicRootService(DynamicRootOriginFinderCollection, DynamicRootQueryStepCollection)

    Declaration
    public DynamicRootService(DynamicRootOriginFinderCollection originFinderCollection, DynamicRootQueryStepCollection queryStepCollection)
    Parameters
    Type Name Description
    DynamicRootOriginFinderCollection originFinderCollection
    DynamicRootQueryStepCollection queryStepCollection

    Methods

    View Source

    GetDynamicRootsAsync(DynamicRootNodeQuery)

    Declaration
    public async 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
    • Constructors
      • DynamicRootService(DynamicRootOriginFinderCollection, DynamicRootQueryStepCollection)
    • Methods
      • GetDynamicRootsAsync(DynamicRootNodeQuery)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX