Search Results for

    Show / Hide Table of Contents
    View Source

    Class DynamicRootQueryStep

    Represents a query step configuration that defines how to traverse or filter the content tree during dynamic root resolution.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.DynamicRoot.QuerySteps
    Assembly: Umbraco.Core.dll
    Syntax
    public class DynamicRootQueryStep

    Constructors

    View Source

    DynamicRootQueryStep()

    Declaration
    public DynamicRootQueryStep()

    Properties

    View Source

    Alias

    Gets or sets the alias identifying the type of query step to execute (e.g., "NearestAncestorOrSelf", "FurthestDescendantOrSelf").

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    AnyOfDocTypeKeys

    Empty means all Doctypes

    Declaration
    public IEnumerable<Guid> AnyOfDocTypeKeys { get; set; }
    Property Value
    Type Description
    IEnumerable<Guid>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX