Search Results for

    Show / Hide Table of Contents
    View Source

    Class DynamicRoot

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

    Properties

    View Source

    OriginAlias

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

    OriginKey

    Declaration
    [DataMember(Name = "originKey")]
    public Guid? OriginKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    QuerySteps

    Declaration
    [DataMember(Name = "querySteps")]
    public QueryStep[] QuerySteps { get; set; }
    Property Value
    Type Description
    QueryStep[]
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • OriginAlias
      • OriginKey
      • QuerySteps
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX