Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.PropertyTypeGroups

    Defines the identifiers for property-type groups conventions that are used within the Umbraco core.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class PropertyTypeGroups

    Fields

    View Source

    Article

    Guid for an Article PropertyTypeGroup object.

    Declaration
    public const string Article = "9AF3BD65-F687-4453-9518-5F180D1898EC"
    Field Value
    Type Description
    System.String
    View Source

    Audio

    Guid for an Audio PropertyTypeGroup object.

    Declaration
    public const string Audio = "335FB495-0A87-4E82-B902-30EB367B767C"
    Field Value
    Type Description
    System.String
    View Source

    File

    Guid for a File PropertyTypeGroup object.

    Declaration
    public const string File = "50899F9C-023A-4466-B623-ABA9049885FE"
    Field Value
    Type Description
    System.String
    View Source

    Image

    Guid for an Image PropertyTypeGroup object.

    Declaration
    public const string Image = "79ED4D07-254A-42CF-8FA9-EBE1C116A596"
    Field Value
    Type Description
    System.String
    View Source

    Membership

    Guid for a Membership PropertyTypeGroup object.

    Declaration
    public const string Membership = "0756729D-D665-46E3-B84A-37ACEAA614F8"
    Field Value
    Type Description
    System.String
    View Source

    VectorGraphics

    Guid for a VectorGraphics PropertyTypeGroup object.

    Declaration
    public const string VectorGraphics = "F199B4D7-9E84-439F-8531-F87D9AF37711"
    Field Value
    Type Description
    System.String
    View Source

    Video

    Guid for a Video PropertyTypeGroup object.

    Declaration
    public const string Video = "2F0A61B6-CF92-4FF4-B437-751AB35EB254"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Article
      • Audio
      • File
      • Image
      • Membership
      • VectorGraphics
      • Video
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX