Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.ReferenceType

    Defines reference types.

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

    Reference types are used to identify the type of entity that is being referenced when exposing references between Umbraco entities. These are used in the management API and backoffice to indicate and warn editors when working with an entity, as to what other entities depend on it. These consist of references managed by Umbraco relations (e.g. document, media and member). But also references that come from schema (e.g. data type usage on content types).

    Fields

    View Source

    Document

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

    DocumentTypePropertyType

    Declaration
    public const string DocumentTypePropertyType = "document-type-property-type"
    Field Value
    Type Description
    System.String
    View Source

    Media

    Declaration
    public const string Media = "media"
    Field Value
    Type Description
    System.String
    View Source

    MediaTypePropertyType

    Declaration
    public const string MediaTypePropertyType = "media-type-property-type"
    Field Value
    Type Description
    System.String
    View Source

    Member

    Declaration
    public const string Member = "member"
    Field Value
    Type Description
    System.String
    View Source

    MemberTypePropertyType

    Declaration
    public const string MemberTypePropertyType = "member-type-property-type"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Document
      • DocumentTypePropertyType
      • Media
      • MediaTypePropertyType
      • Member
      • MemberTypePropertyType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX