Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemporaryFileConfigurationResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.TemporaryFile
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class TemporaryFileConfigurationResponseModel

    Properties

    View Source

    AllowedUploadedFileExtensions

    Declaration
    public string[] AllowedUploadedFileExtensions { get; set; }
    Property Value
    Type Description
    System.String[]
    View Source

    DisallowedUploadedFilesExtensions

    Declaration
    public string[] DisallowedUploadedFilesExtensions { get; set; }
    Property Value
    Type Description
    System.String[]
    View Source

    ImageFileTypes

    Declaration
    public string[] ImageFileTypes { get; set; }
    Property Value
    Type Description
    System.String[]
    View Source

    MaxFileSize

    Declaration
    public int? MaxFileSize { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowedUploadedFileExtensions
      • DisallowedUploadedFilesExtensions
      • ImageFileTypes
      • MaxFileSize
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX