Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Article

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

    ArticleGuid

    The GUID for the Article media type.

    Declaration
    public static readonly Guid ArticleGuid
    Field Value
    Type Description
    Guid
    View Source

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

    AudioGuid

    The GUID for the Audio media type.

    Declaration
    public static readonly Guid AudioGuid
    Field Value
    Type Description
    Guid
    View Source

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

    FileGuid

    The GUID for the File media type.

    Declaration
    public static readonly Guid FileGuid
    Field Value
    Type Description
    Guid
    View Source

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

    FolderGuid

    The GUID for the Folder media type.

    Declaration
    public static readonly Guid FolderGuid
    Field Value
    Type Description
    Guid
    View Source

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

    ImageGuid

    The GUID for the Image media type.

    Declaration
    public static readonly Guid ImageGuid
    Field Value
    Type Description
    Guid
    View Source

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

    SvgGuid

    The GUID for the SVG media type.

    Declaration
    public static readonly Guid SvgGuid
    Field Value
    Type Description
    Guid
    View Source

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

    VideoGuid

    The GUID for the Video media type.

    Declaration
    public static readonly Guid VideoGuid
    Field Value
    Type Description
    Guid
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX