Search Results for

    Show / Hide Table of Contents
    View Source

    Class DynamicRoot

    Inheritance
    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
    string
    View Source

    OriginKey

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

    QuerySteps

    Declaration
    [DataMember(Name = "querySteps")]
    public QueryStep[] QuerySteps { get; set; }
    Property Value
    Type Description
    QueryStep[]
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX