Search Results for

    Show / Hide Table of Contents
    View Source

    Class DynamicRoot

    Represents a dynamic root configuration for the multi-node picker.

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

    Constructors

    View Source

    DynamicRoot()

    Declaration
    public DynamicRoot()

    Properties

    View Source

    OriginAlias

    Gets or sets the origin alias for the dynamic root.

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

    OriginKey

    Gets or sets the origin key for the dynamic root.

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

    QuerySteps

    Gets or sets the query steps for traversing the content tree.

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