Search Results for

    Show / Hide Table of Contents
    View Source

    Class LinkDisplay.Types

    Contains constants for link types.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public static class LinkDisplay.Types

    Fields

    View Source

    Document

    Represents a link to a document.

    Declaration
    public const string Document = "document"
    Field Value
    Type Description
    string
    View Source

    External

    Represents an external link.

    Declaration
    public const string External = "external"
    Field Value
    Type Description
    string
    View Source

    Media

    Represents a link to a media item.

    Declaration
    public const string Media = "media"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX