Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryStep

    Represents a query step for dynamic root traversal in the multi-node picker.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class QueryStep

    Constructors

    View Source

    QueryStep()

    Declaration
    public QueryStep()

    Properties

    View Source

    Alias

    Gets or sets the alias of the query step.

    Declaration
    [DataMember(Name = "alias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    AnyOfDocTypeKeys

    Gets or sets the document type keys to filter by.

    Declaration
    [DataMember(Name = "anyOfDocTypeKeys")]
    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