Search Results for

    Show / Hide Table of Contents
    View Source

    Class QueryStep

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

    Properties

    View Source

    Alias

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

    AnyOfDocTypeKeys

    Declaration
    [DataMember(Name = "anyOfDocTypeKeys")]
    public IEnumerable<Guid> AnyOfDocTypeKeys { get; set; }
    Property Value
    Type Description
    IEnumerable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • AnyOfDocTypeKeys
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX