View Source
Class TemporaryFileConfigurationResponseModel
Inheritance
System.Object
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> |
|