Class Constants.MediaTypes.Guids
Contains GUID constants for built-in media types.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.MediaTypes.Guids
Fields
View SourceArticle
The GUID for the Article media type as a string.
Declaration
public const string Article = "a43e3414-9599-4230-a7d3-943a21b20122"
Field Value
| Type | Description |
|---|---|
| string |
ArticleGuid
The GUID for the Article media type.
Declaration
public static readonly Guid ArticleGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Audio
The GUID for the Audio media type as a string.
Declaration
public const string Audio = "a5ddeee0-8fd8-4cee-a658-6f1fcdb00de3"
Field Value
| Type | Description |
|---|---|
| string |
AudioGuid
The GUID for the Audio media type.
Declaration
public static readonly Guid AudioGuid
Field Value
| Type | Description |
|---|---|
| Guid |
File
The GUID for the File media type as a string.
Declaration
public const string File = "4c52d8ab-54e6-40cd-999c-7a5f24903e4d"
Field Value
| Type | Description |
|---|---|
| string |
FileGuid
The GUID for the File media type.
Declaration
public static readonly Guid FileGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Folder
The GUID for the Folder media type as a string.
Declaration
public const string Folder = "f38bd2d7-65d0-48e6-95dc-87ce06ec2d3d"
Field Value
| Type | Description |
|---|---|
| string |
FolderGuid
The GUID for the Folder media type.
Declaration
public static readonly Guid FolderGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Image
The GUID for the Image media type as a string.
Declaration
public const string Image = "cc07b313-0843-4aa8-bbda-871c8da728c8"
Field Value
| Type | Description |
|---|---|
| string |
ImageGuid
The GUID for the Image media type.
Declaration
public static readonly Guid ImageGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Svg
The GUID for the SVG media type as a string.
Declaration
public const string Svg = "c4b1efcf-a9d5-41c4-9621-e9d273b52a9c"
Field Value
| Type | Description |
|---|---|
| string |
SvgGuid
The GUID for the SVG media type.
Declaration
public static readonly Guid SvgGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Video
The GUID for the Video media type as a string.
Declaration
public const string Video = "f6c515bb-653c-4bdc-821c-987729ebe327"
Field Value
| Type | Description |
|---|---|
| string |
VideoGuid
The GUID for the Video media type.
Declaration
public static readonly Guid VideoGuid
Field Value
| Type | Description |
|---|---|
| Guid |