Search Results for

    Show / Hide Table of Contents
    View Source

    Class MultiUrlPickerValueEditor.LinkDto

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

    Properties

    View Source

    Name

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

    QueryString

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

    Target

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

    Udi

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

    Url

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