Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiNodePickerConfigurationTreeSource

    Represents the 'startNode' value for the MultiNodePickerConfiguration

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

    Properties

    View Source

    DynamicRoot

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

    ObjectType

    Declaration
    [JsonPropertyName("type")]
    [DataMember(Name = "type")]
    public string? ObjectType { get; set; }
    Property Value
    Type Description
    string
    View Source

    StartNodeId

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

    StartNodeQuery

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