Search Results for

    Show / Hide Table of Contents
    View Source

    Class LinkDisplay

    Inheritance
    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
    string
    View Source

    Name

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

    Published

    Declaration
    [DataMember(Name = "published")]
    public bool Published { get; set; }
    Property Value
    Type Description
    bool
    View Source

    QueryString

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

    Target

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

    Trashed

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

    Type

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

    Unique

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

    Url

    Declaration
    [DataMember(Name = "url")]
    public string? Url { 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