• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class LinkDisplay

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "link", Namespace = "")]
    public class LinkDisplay

    Properties

    View Source

    Icon

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

    Name

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

    Published

    Declaration
    [DataMember(Name = "published")]
    public bool Published { get; set; }
    Property Value
    Type Description
    System.Boolean
    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

    Trashed

    Declaration
    [DataMember(Name = "trashed")]
    public bool Trashed { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Type

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

    Unique

    Declaration
    [DataMember(Name = "unique")]
    public Guid? Unique { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    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
      • Icon
      • Name
      • Published
      • QueryString
      • Target
      • Trashed
      • Type
      • Unique
      • Url
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX