Class FileExtensionConfigItem
Represents a file extension configuration item used by file upload property editors.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class FileExtensionConfigItem : IFileExtensionConfigItem
Constructors
View SourceFileExtensionConfigItem()
Declaration
public FileExtensionConfigItem()
Properties
View SourceId
Gets or sets the unique identifier for this file extension configuration item.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
Gets or sets the file extension value (e.g., "jpg", "pdf").
Declaration
public string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |