Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeReferences

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "dataTypeReferences", Namespace = "")]
    public class DataTypeReferences

    Properties

    View Source

    DocumentTypes

    Declaration
    [DataMember(Name = "documentTypes")]
    public IEnumerable<DataTypeReferences.ContentTypeReferences> DocumentTypes { get; set; }
    Property Value
    Type Description
    IEnumerable<DataTypeReferences.ContentTypeReferences>
    View Source

    MediaTypes

    Declaration
    [DataMember(Name = "mediaTypes")]
    public IEnumerable<DataTypeReferences.ContentTypeReferences> MediaTypes { get; set; }
    Property Value
    Type Description
    IEnumerable<DataTypeReferences.ContentTypeReferences>
    View Source

    MemberTypes

    Declaration
    [DataMember(Name = "memberTypes")]
    public IEnumerable<DataTypeReferences.ContentTypeReferences> MemberTypes { get; set; }
    Property Value
    Type Description
    IEnumerable<DataTypeReferences.ContentTypeReferences>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DocumentTypes
      • MediaTypes
      • MemberTypes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX