Class FileUploadConfiguration
Represents the configuration for the file upload address value editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class FileUploadConfiguration
Constructors
View SourceFileUploadConfiguration()
Declaration
public FileUploadConfiguration()
Properties
View SourceFileExtensions
Gets or sets the allowed file extensions for uploads.
Declaration
[ConfigurationField("fileExtensions")]
public IEnumerable<string> FileExtensions { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |