Search Results for

    Show / Hide Table of Contents
    View Source

    Class DynamicRootQueryStepCollection

    A collection of IDynamicRootQueryStep implementations used to filter or traverse the content tree during dynamic root resolution.

    Inheritance
    object
    BuilderCollectionBase<IDynamicRootQueryStep>
    Namespace: Umbraco.Cms.Core.DynamicRoot.QuerySteps
    Assembly: Umbraco.Core.dll
    Syntax
    public class DynamicRootQueryStepCollection : BuilderCollectionBase<IDynamicRootQueryStep>, IBuilderCollection<IDynamicRootQueryStep>

    Constructors

    View Source

    DynamicRootQueryStepCollection(Func<IEnumerable<IDynamicRootQueryStep>>)

    Initializes a new instance of the DynamicRootQueryStepCollection class.

    Declaration
    public DynamicRootQueryStepCollection(Func<IEnumerable<IDynamicRootQueryStep>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IDynamicRootQueryStep>> items

    A factory function that returns the collection of query steps.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX