Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaTypeResponseModel

    Inheritance
    System.Object
    ContentTypeModelBase<MediaTypePropertyTypeResponseModel, MediaTypePropertyTypeContainerResponseModel>
    ContentTypeResponseModelBase<MediaTypePropertyTypeResponseModel, MediaTypePropertyTypeContainerResponseModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.MediaType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class MediaTypeResponseModel : ContentTypeResponseModelBase<MediaTypePropertyTypeResponseModel, MediaTypePropertyTypeContainerResponseModel>

    Properties

    View Source

    AliasCanBeChanged

    Declaration
    public bool AliasCanBeChanged { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowedMediaTypes

    Declaration
    public IEnumerable<MediaTypeSort> AllowedMediaTypes { get; set; }
    Property Value
    Type Description
    IEnumerable<MediaTypeSort>
    View Source

    Compositions

    Declaration
    public IEnumerable<MediaTypeComposition> Compositions { get; set; }
    Property Value
    Type Description
    IEnumerable<MediaTypeComposition>
    View Source

    IsDeletable

    Declaration
    public bool IsDeletable { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AliasCanBeChanged
      • AllowedMediaTypes
      • Compositions
      • IsDeletable
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX