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 SourceDocument
Represents a link to a document.
Declaration
public const string Document = "document"
Field Value
| Type | Description |
|---|---|
| string |
External
Represents an external link.
Declaration
public const string External = "external"
Field Value
| Type | Description |
|---|---|
| string |
Media
Represents a link to a media item.
Declaration
public const string Media = "media"
Field Value
| Type | Description |
|---|---|
| string |