Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiNodePickerConfigurationTreeSource

    Represents the 'startNode' value for the MultiNodePickerConfiguration

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

    Properties

    View Source

    ObjectType

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

    StartNodeId

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

    StartNodeQuery

    Declaration
    [DataMember(Name = "query")]
    public string StartNodeQuery { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ObjectType
      • StartNodeId
      • StartNodeQuery
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX